Skip to content

Commit 2979bc3

Browse files
committed
Update testing matrix with new Pythons
1 parent 3d4dbac commit 2979bc3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
matrix:
2424
include:
2525
- arch: amd64
26-
toxenv: py36,py37,py38,py39,py310,py311,py312,black,mypy
26+
toxenv: py36,py37,py38,py39,py310,py311,py312,py313,py314,black,mypy
2727
- arch: arm64
2828
toxenv: py36
2929
- arch: arm64

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = black,mypy,py{36,37,38,39,310,311,312}
2+
envlist = black,mypy,py{36,37,38,39,310,311,312,313,314}
33
isolated_build = True
44

55
[testenv]

0 commit comments

Comments
 (0)