Skip to content

Commit

Permalink
Merge pull request #313 from ThomasWaldmann/py312
Browse files Browse the repository at this point in the history
python 3.12
  • Loading branch information
ThomasWaldmann authored Nov 10, 2023
2 parents 77e8643 + a387244 commit c087f9d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: '3.10'
- name: Lint with flake8
run: |
pip install flake8-pyproject flake8
Expand All @@ -60,6 +60,9 @@ jobs:
- os: ubuntu-22.04
python-version: '3.11'
toxenv: py311
- os: ubuntu-22.04
python-version: '3.12'
toxenv: py312

env:
TOXENV: ${{ matrix.toxenv }}
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
dependencies = [
"werkzeug<3",
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,39,310,311},flake8
envlist=py{38,39,310,311,312},flake8

[testenv]
deps = -r{toxinidir}/requirements.d/dev.txt
Expand Down

0 comments on commit c087f9d

Please sign in to comment.