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 0fc8d77 commit dfcf13bCopy full SHA for dfcf13b
CHANGELOG.md
@@ -9,6 +9,7 @@ Version numbers should follow https://semver.org/spec/v2.0.0.html
9
10
### Changed
11
12
+- Remove upper boundary on supported Python version.
13
- Python 3.10 tests now only run against Django 3.2+, because Django <3.2 does
14
not support Python 3.10.
15
- Specify a minimum `attrs` version of `21.4.0`.
pyproject.toml
@@ -38,7 +38,7 @@ classifiers = [
38
39
40
[tool.poetry.dependencies]
41
-python = ">=3.6,<3.11"
+python = "^3.6"
42
attrs = "^21.4.0"
43
44
[tool.poetry.dev-dependencies]
0 commit comments