Skip to content

Commit

Permalink
Fix version specifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Dec 9, 2024
1 parent 3d65e6f commit d044320
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,17 @@ classifiers =
Operating System :: Microsoft :: Windows
Programming Language :: Cython
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Topic :: Scientific/Engineering

[options]
zip_safe = true
include_package_data = true
python_requires = >=3.6
python_requires = >=3.9,<3.14
setup_requires =
cython>=0.29.1,<0.30.0
install_requires =
Expand Down

0 comments on commit d044320

Please sign in to comment.