Skip to content

Commit

Permalink
actually 3.13 is not supported yet
Browse files Browse the repository at this point in the history
  • Loading branch information
nocollier committed Oct 10, 2024
1 parent 463a2bd commit 69a8050
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 @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13"]
python-version: ["3.10", "3.11", "3.12"]
os: [macos, ubuntu, windows]
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ classifiers =
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Intended Audience :: Science/Research
Topic :: Scientific/Engineering
requires-python = ">=3.10"
Expand Down

0 comments on commit 69a8050

Please sign in to comment.