Skip to content

Commit

Permalink
Add Python 3.12 to pipelines (#563)
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Doggart <10991724+peter-doggart@users.noreply.github.com>
  • Loading branch information
foarsitter and peter-doggart authored Dec 10, 2023
1 parent 7216135 commit d348495
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "pypy3.8"]
python-version: ["3.8", "3.9", "3.10", "3.11", "pypy3.8", "3.12"]
flask: ["<3.0.0", ">=3.0.0"]
steps:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- name: Checkout code
uses: actions/checkout@v3
- name: Install dependencies
Expand Down
3 changes: 2 additions & 1 deletion requirements/test.pip
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ pytest-flask==1.2.0
pytest-mock==3.6.1
pytest-profiling==1.7.0
tzlocal
invoke==2.0.0
invoke==2.2.0
twine==3.8.0
setuptools
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[tox]
envlist =
py{38, 39, 310, 311}-flask2,
py{311}-flask3
py{311, 312}-flask3
pypy3.8
doc

Expand Down

0 comments on commit d348495

Please sign in to comment.