Skip to content

Commit

Permalink
use toml
Browse files Browse the repository at this point in the history
  • Loading branch information
statmlben committed Feb 6, 2024
1 parent 97e3ee2 commit e030e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py → setup_py.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ def __str__(self) -> str:
# level" feature, but in the future it may provide more features.
cmdclass={"build_ext": build_ext},
zip_safe=False,
python_requires=">=3.8",
python_requires=">=3.10",
)

0 comments on commit e030e48

Please sign in to comment.