Skip to content

Commit

Permalink
wait with Python 3.11 support
Browse files Browse the repository at this point in the history
As noted by @martinvonk , Numba is not ready yet, let's try again before the next release.
  • Loading branch information
raoulcollenteur committed Jan 10, 2023
1 parent b56f3b6 commit 7acc504
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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 @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10']
steps:
- uses: actions/checkout@v3

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Scientific/Engineering :: Hydrology",
],
platforms='Windows, Mac OS-X',
Expand Down

0 comments on commit 7acc504

Please sign in to comment.