8000 Test Python 3.14 (#417) · python/blurb_it@45c3448 · GitHub
[go: up one dir, main page]

Skip to content

Commit 45c3448

Browse files
ezio-melottihugovk
andauthored
Test Python 3.14 (#417)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 0c3792a commit 45c3448

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
18+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
1919

2020
steps:
2121
- uses: actions/checkout@v4

dev-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-r requirements.txt
22
coverage==7.8.0
33
pytest==8.3.5
4-
pytest-asyncio==0.26.0
4+
pytest-asyncio==1.0.0
55
pytest-aiohttp==1.1.0
66
pytest-mock==3.14.0
7-
pytest-cov==6.1.1
7+
pytest-cov==6.1.1

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
requires =
33
tox>=4.2
44
env_list =
5-
py{313, 312, 311, 310, 39}
5+
py{314, 313, 312, 311, 310, 39}
66

77
[testenv]
88
deps =

0 commit comments

Comments
 (0)
0