Skip to content

Commit

Permalink
fix: remove support for python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
irtazaakram committed Feb 16, 2024
1 parent 99fd7cb commit bb3576f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04]
python-version: ['3.8', '3.11', '3.12']
python-version: ['3.8', '3.12']
toxenv: [quality, django42-drf314, django42-drflatest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Change Log
Unreleased
~~~~~~~~~~

* Add support for Python 3.11 & 3.12
* Add support for Python 3.12

[4.4.1] - 2023-10-27
~~~~~~~~~~~~~~~~~~~~
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ def add_version_constraint_or_raise(current_line, current_requirements, add_if_n
'Natural Language :: English',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
],
)
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = drf{314,latest},py{38,311,312}-django{42}
envlist = drf{314,latest},py{38,312}-django{42}

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

0 comments on commit bb3576f

Please sign in to comment.