Skip to content

Commit

Permalink
feat: running tests using python 3.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 authored and feanil committed Apr 1, 2024
1 parent 0252486 commit 25c72b0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Added
[4.3.0] - 2024-02-13
--------------------

* Added support for python3.11 and 3.12.
* Added support for python3.11. Dropped django3.2 support.

[4.2.0] - 2023-08-03
--------------------
Expand Down
4 changes: 4 additions & 0 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@
# tox>4.0.0 isn't yet compatible with many tox plugins, causing CI failures in almost all repos.
# Details can be found in this discussion: https://github.com/tox-dev/tox/discussions/1810
tox<4.0.0


# Temporary to Support the python 3.11 Upgrade
backports.zoneinfo;python_version<"3.9" # Newer versions have zoneinfo available in the standard library
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ def get_version(*file_paths):
'Operating System :: OS Independent',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.11',
'Framework :: Django',
'Framework :: Django :: 3.2',
'Framework :: Django :: 4.0',
'Topic :: Internet',
],
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{38,311,312}-django{42},quality
envlist = py{38,311}-django{42},quality

[pycodestyle]
max-line-length = 120
Expand Down

0 comments on commit 25c72b0

Please sign in to comment.