Skip to content

Commit ed3b632

Browse files
Allow Python 3.11 for sarplus
1 parent 547ab66 commit ed3b632

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/sarplus/python/setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,15 @@ def __str__(self):
4242
"Programming Language :: Python :: 3.8",
4343
"Programming Language :: Python :: 3.9",
4444
"Programming Language :: Python :: 3.10",
45+
"Programming Language :: Python :: 3.11",
4546
"Intended Audience :: Developers",
4647
"Intended Audience :: Science/Research",
4748
"Topic :: Scientific/Engineering :: Mathematics",
4849
],
4950
setup_requires=["pytest-runner"],
5051
install_requires=DEPENDENCIES,
5152
tests_require=["pytest"],
52-
python_requires=">=3.6,<3.11",
53+
python_requires=">=3.6,<3.12",
5354
packages=["pysarplus"],
5455
package_data={"": ["VERSION"]},
5556
ext_modules=[

0 commit comments

Comments
 (0)