Skip to content

Commit 3cbc328

Browse files
author
mgbckr
committed
Remove Python version restriction
1 parent a163b58 commit 3cbc328

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ package_dir =
4040

4141
# Require a min/specific Python version (comma-separated conditions)
4242
# numba currently only supports Python up to 3.10
43-
python_requires = >=3.9,<3.11
43+
python_requires = >=3.9
4444

4545
# Add here dependencies of your project (line-separated), e.g. requests>=2.2,<3.0.
4646
# Version specifiers like >=2.2,<3.0 avoid problems due to API changes in

0 commit comments

Comments
 (0)