Skip to content

Commit 5090b4a

Browse files
authored
Update CI to include Python 3.12 and flask 3.0.3 (#354)
1 parent 6172c20 commit 5090b4a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/unittests.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: [ "3.8", "3.9", "3.10", "3.11"]
10+
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12"]
1111
dependencies:
1212
- "flask==1.1 Jinja2==3.0.3 itsdangerous==2.0.1 werkzeug==2.0.3"
1313
- "flask==2.3.2"
14+
- "flask==3.0.1"
1415
steps:
15-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1617
- name: Set up Python ${{ matrix.python-version }}
17-
uses: actions/setup-python@v4
18+
uses: actions/setup-python@v5
1819
with:
1920
python-version: ${{ matrix.python-version }}
2021
cache: 'pip'

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
'Programming Language :: Python :: 3.9',
4848
'Programming Language :: Python :: 3.10',
4949
'Programming Language :: Python :: 3.11',
50+
'Programming Language :: Python :: 3.12',
5051
'Programming Language :: Python :: Implementation :: CPython',
5152
'Programming Language :: Python :: Implementation :: PyPy',
5253
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',

0 commit comments

Comments
 (0)