Skip to content

Commit

Permalink
Drop Python 3.8 and add 3.11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
bhky committed Dec 21, 2023
1 parent 8e5a5f5 commit ef5ccdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [ "3.8", "3.9", "3.10" ]
python: [ "3.9", "3.10", "3.11" ]
backend: [ tensorflow, jax ]
include:
- backend: tensorflow
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ classifiers =

[options]
packages = find:
python_requires = >=3.8
python_requires = >=3.9
install_requires =
gdown>=4.2.0
keras>=3.0.0
Expand Down

0 comments on commit ef5ccdd

Please sign in to comment.