Skip to content

Commit 487dd80

Browse files
committed
Add Python 3.13 to testing matrix in GitHub Actions and Tox
1 parent 7e9c576 commit 487dd80

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
include:
16+
- {python: '3.13'}
1617
- {python: '3.12'}
1718
- {python: '3.11'}
1819
- {python: '3.10'}

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py3.{12,11,10,9,8}
3+
py3.{13,12,11,10,9,8}
44
minimal
55
style
66
typing

0 commit comments

Comments
 (0)