Skip to content

Commit

Permalink
support Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
PanderMusubi committed Oct 13, 2023
1 parent 85dd170 commit d89b1ef
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

2.3.3
-----

Release date: -

- Support Python 3.12


2.3.1
-----

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Framework :: Flask',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Software Development :: Libraries :: Python Modules'
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py38, py39, py310, py311, flake8, docs
envlist = py38, py39, py310, py311, py312, flake8, docs
skip_missing_interpreters = true

[gh-actions]
Expand All @@ -8,6 +8,7 @@ python =
3.9: py39
3.10: py310
3.11: py311
3.12: py312

[testenv]
deps =
Expand Down

0 comments on commit d89b1ef

Please sign in to comment.