Skip to content

Commit

Permalink
Include Python 3.11 and 3.12 to tests and wheels.
Browse files Browse the repository at this point in the history
  • Loading branch information
gvtulder committed May 23, 2024
1 parent 50135eb commit 741e52c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['2.7', '3.5', '3.6', '3.7', '3.8', '3.9']
python-version: ['2.7', '3.5', '3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
tensorflow: ['tensorflow']
# the implementation for scipy.ndimage changed in SciPy 1.6.0,
# causing some of the tests to fail
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
- ["cp38", "3.8"]
- ["cp39", "3.9"]
- ["cp310", "3.10"]
- ["cp311", "3.11.0-alpha - 3.11.0"]
- ["cp311", "3.11"]
- ["cp312", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 741e52c

Please sign in to comment.