We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a163b58 commit 3cbc328Copy full SHA for 3cbc328
CHANGELOG.md
@@ -0,0 +1,5 @@
1
+# Changelog
2
+
3
+## Release 0.1.6
4
5
+Remove Python version restriction since `numba` [now supports Python 3.11](https://github.com/numba/numba/releases/tag/0.57.0).
setup.cfg
@@ -40,7 +40,7 @@ package_dir =
40
41
# Require a min/specific Python version (comma-separated conditions)
42
# numba currently only supports Python up to 3.10
43
-python_requires = >=3.9,<3.11
+python_requires = >=3.9
44
45
# Add here dependencies of your project (line-separated), e.g. requests>=2.2,<3.0.
46
# Version specifiers like >=2.2,<3.0 avoid problems due to API changes in
0 commit comments