Skip to content

Commit

Permalink
fix python_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasprobst committed Dec 13, 2023
1 parent 555dc99 commit 3e94904
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,16 @@ classifiers =
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
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Development Status :: 4 - Beta
Topic :: Scientific/Engineering

[options]
packages = find:
python_requires = >=3.8, <=3.12
python_requires = >=3.8, <3.13
include_package_data = True
install_requires =
appdirs >= 1.4.4
Expand Down

0 comments on commit 3e94904

Please sign in to comment.