Skip to content

Commit

Permalink
fix: remove python 3.11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
irtazaakram committed Feb 16, 2024
1 parent 8114f7b commit 7c0063f
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,
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Change Log
Unreleased

* Added support for python3.11 and 3.12.
* Added support for python 3.12.


[1.0.2] - 2023-06-14
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ def is_requirement(line):
'Natural Language :: English',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
],
entry_points={
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}-celery{53},quality,docs,pii_check
envlist = py{38,312}-django{42}-celery{53},quality,docs,pii_check

[pytest]
DJANGO_SETTINGS_MODULE = test_settings
Expand Down

0 comments on commit 7c0063f

Please sign in to comment.