Skip to content

Commit

Permalink
setup: add support for Python 3.11 and 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
sandre35 authored and RemiCardona committed Jan 11, 2024
1 parent 47fae2c commit 1f752a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Version History
Next version
============

* Add support for Python 3.11 and 3.12
* Add support for Django 4.2 and 5.0
* Add support for Python 3.8 to 3.10
* Drop support for Django 2.2 and 3.0, add support for Django 3.2
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
install_requires=["Django<5.1"],
include_package_data=True,
Expand Down

0 comments on commit 1f752a1

Please sign in to comment.