Skip to content

Commit d1056fa

Browse files
committed
Add py3.13
1 parent b10d69e commit d1056fa

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
toxfactor: py312
3232
ignore-typecheck-outcome: true
3333
ignore-test-outcome: false
34+
- python-version: "3.13-dev"
35+
toxfactor: py313
36+
ignore-typecheck-outcome: true
37+
ignore-test-outcome: true
3438

3539
steps:
3640
- uses: actions/checkout@v3

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
distshare = {homedir}/.tox/distshare
3-
envlist = py{38,39,310,311,312}-pytest{62,70,71,72,73,74,latest}-coverage
3+
envlist = py{38,39,310,311,312,313}-pytest{62,70,71,72,73,74,latest}-coverage
44
py311-pytestlatest-xdist-coverage
55
mypy
66

0 commit comments

Comments
 (0)