Skip to content

Commit beceb5f

Browse files
committed
CI: fixes and package updates
1 parent e7b8dd4 commit beceb5f

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
fail-fast: false
7070
matrix: # *test-matrix https://github.com/actions/runner/issues/1182
7171
python-version:
72-
["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy-3.7"]
72+
["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "pypy-3.7"]
7373
# experimental: [false]
7474
# include:
7575
# - python-version: '3.14'

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist=
3-
py37{-async,-noextras},
3+
py38{-async,-noextras},
44
py{38,39,310,311,312,313,py3},
55
lint,
66
rst,
@@ -28,7 +28,6 @@ extras =
2828

2929
[gh-actions]
3030
python =
31-
3.7: py37
3231
3.8: py38
3332
3.9: py39
3433
3.10: py310

0 commit comments

Comments
 (0)