Skip to content

Commit dfcf13b

Browse files
committed
Remove upper boundary on supported Python version
This should mean it's possible to install the project on the newly released Python 3.11.
1 parent 0fc8d77 commit dfcf13b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Version numbers should follow https://semver.org/spec/v2.0.0.html
99

1010
### Changed
1111

12+
- Remove upper boundary on supported Python version.
1213
- Python 3.10 tests now only run against Django 3.2+, because Django <3.2 does
1314
not support Python 3.10.
1415
- Specify a minimum `attrs` version of `21.4.0`.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ classifiers = [
3838

3939

4040
[tool.poetry.dependencies]
41-
python = ">=3.6,<3.11"
41+
python = "^3.6"
4242
attrs = "^21.4.0"
4343

4444
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)