Skip to content

Commit

Permalink
Adapt tests to currently supported Python versions (#163)
Browse files Browse the repository at this point in the history
- Drop Support for CPython 2.7. PyPy still supports Python 2.7.
- Drop support for CPython 3.7 and PyPy 3.7 and 3.8
- Add support for CPython 3.12 and PyPy 3.10
  • Loading branch information
NanoNabla authored Dec 13, 2023
2 parents 6aa9e51 + 7f40ea1 commit 9bc52ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ["2.7", "3.7", "3.8", "3.9", "3.10", "3.11", 'pypy-2.7', 'pypy-3.6', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9']
python: ["3.8", "3.9", "3.10", "3.11", "3.12", 'pypy-2.7', 'pypy-3.7', 'pypy-3.9', 'pypy-3.10']
fail-fast: false

steps:
Expand Down

0 comments on commit 9bc52ac

Please sign in to comment.