Skip to content

Commit

Permalink
Merge pull request #590 from azmeuk/py312
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture authored Oct 6, 2023
2 parents a6e89f8 + 0f320ff commit eea8c61
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- version: "3.9"
- version: "3.10"
- version: "3.11"
- version: "3.12"

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Version 1.2.1
- Removed ``request_invalid`` and ``token_revoked`` remaining occurences
and documentation. :PR:`514`
- Fixed RFC7591 ``grant_types`` and ``response_types`` default values, via :PR:`509`.
- Add support for python 3.12, via :PR:`590`.

Version 1.2.0
-------------
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Internet :: WWW/HTTP :: Dynamic Content
Topic :: Internet :: WWW/HTTP :: WSGI :: Application

Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tox]
isolated_build = True
envlist =
py{38,39,310,311}
py{38,39,310,311}-{clients,flask,django,jose}
py{38,39,310,311,312}
py{38,39,310,311,312}-{clients,flask,django,jose}
coverage

[testenv]
Expand Down

0 comments on commit eea8c61

Please sign in to comment.