Skip to content

Commit

Permalink
[deps] Added support for Python 3.11 and 3.12
Browse files Browse the repository at this point in the history
Dropped support for Python 3.8
  • Loading branch information
pandafy committed Jul 16, 2024
1 parent 0c46e1d commit ab7c17e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ jobs:
fail-fast: false
matrix:
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
django-version:
- django~=3.2.0
- django~=4.1.0
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ formats: all
build:
os: ubuntu-22.04
tools:
python: "3.8"
python: "3.12"

sphinx:
configuration: docs/source/conf.py
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
),
'passlib~=1.7.1',
'djangorestframework-link-header-pagination~=0.1.1',
'weasyprint>=59,<63',
'weasyprint~=62.0',
'dj-rest-auth~=4.0.1',
'django-sendsms~=0.5.0',
'jsonfield~=3.1.0',
Expand Down

0 comments on commit ab7c17e

Please sign in to comment.