Skip to content

Commit 32f40e3

Browse files
authored
Merge pull request #63 from Ge0rg3/dev/steichman/python3.13
Add support for Python 3.13
2 parents c504915 + 717d37a commit 32f40e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Flask-Parameter-Validation Unit Tests
55

66
on:
77
push:
8-
branches: [ "master" ]
8+
branches: [ "master"]
99
pull_request:
1010
branches: [ "master" ]
1111

@@ -19,7 +19,7 @@ jobs:
1919

2020
strategy:
2121
matrix:
22-
python-version: ["3.9", "3.10", "3.11", "3.12"]
22+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2323

2424
steps:
2525
- uses: actions/checkout@v4

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"python-dateutil",
3232
"jsonschema",
3333
],
34-
python_requires=">=3.9,<3.13",
34+
python_requires=">=3.9,<3.14",
3535
classifiers=[
3636
"Environment :: Web Environment",
3737
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)