Skip to content

Commit 8b3dff4

Browse files
authored
python 3.14 (#21)
1 parent 0dc0fe8 commit 8b3dff4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
matrix:
2828
os: [macos-latest, windows-latest, ubuntu-latest]
29-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
29+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
3030

3131
steps:
3232
- uses: actions/checkout@v4

requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ black
33
pytest>7
44
requests
55
build
6-
Jinja2<3.1
7-
Werkzeug<2.1
8-
flask>2
6+
Jinja2
7+
Werkzeug
8+
flask
99
pytest-httpbin
1010
pytest-html
1111
pytest-xdist

0 commit comments

Comments
 (0)