Skip to content

Commit 3d0216c

Browse files
authored
Merge pull request #51 from pallets-eco/py313
support for python 3.13
2 parents 24cdf52 + 69dc692 commit 3d0216c

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
python:
20+
- '3.13'
2021
- '3.12'
2122
- '3.11'
2223
- '3.10'
@@ -39,7 +40,7 @@ jobs:
3940
- uses: actions/checkout@v2
4041
- uses: actions/setup-python@v2
4142
with:
42-
python-version: '3.11'
43+
python-version: '3.12'
4344
- uses: actions/cache@v1
4445
with:
4546
path: ~/.cache/pip
@@ -56,7 +57,7 @@ jobs:
5657
- uses: actions/checkout@v2
5758
- uses: actions/setup-python@v2
5859
with:
59-
python-version: '3.11'
60+
python-version: '3.12'
6061
- uses: actions/cache@v1
6162
with:
6263
path: ~/.cache/pip

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Unreleased
99
- move to src directory
1010
- remove python 3.8 support
1111
- use pre-commit configuration from flask
12+
- python 3.13 support
1213

1314
Version 0.4.1
1415
-------------

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py3{12,11,10,9},pypy3{10,9}
3+
py3{13,12,11,10,9},pypy3{10,9}
44
style
55
docs
66

0 commit comments

Comments
 (0)