Skip to content

Commit

Permalink
Merge pull request #51 from pallets-eco/py313
Browse files Browse the repository at this point in the history
support for python 3.13
  • Loading branch information
azmeuk authored Oct 24, 2024
2 parents 24cdf52 + 69dc692 commit 3d0216c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
fail-fast: false
matrix:
python:
- '3.13'
- '3.12'
- '3.11'
- '3.10'
Expand All @@ -39,7 +40,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.11'
python-version: '3.12'
- uses: actions/cache@v1
with:
path: ~/.cache/pip
Expand All @@ -56,7 +57,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.11'
python-version: '3.12'
- uses: actions/cache@v1
with:
path: ~/.cache/pip
Expand Down
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Unreleased
- move to src directory
- remove python 3.8 support
- use pre-commit configuration from flask
- python 3.13 support

Version 0.4.1
-------------
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py3{12,11,10,9},pypy3{10,9}
py3{13,12,11,10,9},pypy3{10,9}
style
docs

Expand Down

0 comments on commit 3d0216c

Please sign in to comment.