Skip to content

Commit

Permalink
Since python <3.10 seems to be fixed for macos now (actions/setup-pyt…
Browse files Browse the repository at this point in the history
…hon#808), re-include python 3.8 & 3.9.
  • Loading branch information
johndoknjas committed May 10, 2024
1 parent 48c281b commit 382ca53
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
exclude:
- os: macos-latest
python-version: "3.8"
- os: macos-latest
python-version: "3.9"

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 0 additions & 4 deletions ideas.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
- Also once lintception is updated with allowing the user to specify certain files that should
be empty, specify the __init__.py in the hypickle folder.

# https://github.com/actions/setup-python/issues/808
When python 3.8 and 3.9 reliably work on macos for github runners, remove the exclusion
of them in `run-tests.py`.

# Can include some linters mentioned here in your tests as well (e.g., bandit):
https://realpython.com/python-code-quality/

Expand Down

0 comments on commit 382ca53

Please sign in to comment.