Skip to content

Commit

Permalink
ReReFix test build. Correct Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander.A.Utkin committed Sep 17, 2024
1 parent 4ff86c1 commit 3ffcaac
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 @@ -95,7 +95,7 @@ def build_cmake(self, ext):
'tests/helpers/__init__.py',
'tests/__init__.py'
]},
python_requires=">=3.6,<3.12.5",
python_requires=">=3.6,<3.13",
test_suite='tests',
install_requires=['envoy==0.0.3', 'delegator==0.0.3', 'pyhamcrest==2.0.2', 'pytest==6.2.5'],
classifiers=[
Expand Down

0 comments on commit 3ffcaac

Please sign in to comment.