Skip to content

Commit

Permalink
Remove support for Python 3.12 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
fepegar committed Oct 23, 2023
1 parent ca16799 commit fa31957
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: Implementation :: CPython
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Artificial Intelligence
Expand All @@ -51,7 +50,7 @@ install_requires =
torch>=1.1
tqdm
typer[all]
python_requires = >=3.8
python_requires = >=3.8, <3.12
include_package_data = True
zip_safe = False

Expand Down

0 comments on commit fa31957

Please sign in to comment.