Skip to content

Commit

Permalink
Require Python>=3.8, <3.12 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed Mar 29, 2024
1 parent d69bffd commit a242ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def get_package_data():
"translate_toolkit"
],
},
python_requires='>=3.8',
python_requires='>=3.8, <3.12',
tests_require=load_requirements("test_requirements.txt"),
cmdclass={'test': PyTest},
test_suite='',
Expand Down

0 comments on commit a242ce6

Please sign in to comment.