We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 547ab66 commit ed3b632Copy full SHA for ed3b632
contrib/sarplus/python/setup.py
@@ -42,14 +42,15 @@ def __str__(self):
42
"Programming Language :: Python :: 3.8",
43
"Programming Language :: Python :: 3.9",
44
"Programming Language :: Python :: 3.10",
45
+ "Programming Language :: Python :: 3.11",
46
"Intended Audience :: Developers",
47
"Intended Audience :: Science/Research",
48
"Topic :: Scientific/Engineering :: Mathematics",
49
],
50
setup_requires=["pytest-runner"],
51
install_requires=DEPENDENCIES,
52
tests_require=["pytest"],
- python_requires=">=3.6,<3.11",
53
+ python_requires=">=3.6,<3.12",
54
packages=["pysarplus"],
55
package_data={"": ["VERSION"]},
56
ext_modules=[
0 commit comments