Skip to content

Commit

Permalink
Revert "MAINT: Compatibility to Python 3.13 (#6)"
Browse files Browse the repository at this point in the history
This reverts commit 54def80.
  • Loading branch information
jan-david-fischbach authored Oct 28, 2024
1 parent 54def80 commit 46badf6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
max-parallel: 3
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
permissions:
pull-requests: write
contents: write
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ classifiers =
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Programming Language :: Cython
Programming Language :: Python :: Implementation :: CPython
Topic :: Scientific/Engineering
Expand Down

0 comments on commit 46badf6

Please sign in to comment.