Skip to content

Commit f8be865

Browse files
committed
build: run actions on 3.13 since a3 came out.
1 parent de60a6d commit f8be865

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
- "3.10"
5151
- "3.11"
5252
- "3.12"
53+
- "3.13"
5354
- "pypy-3.8"
5455
- "pypy-3.9"
5556
- "pypy-3.10"

.github/workflows/testsuite.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,13 @@ jobs:
5050
- "3.10"
5151
- "3.11"
5252
- "3.12"
53+
- "3.13"
5354
- "pypy-3.8"
5455
- "pypy-3.9"
5556
- "pypy-3.10"
5657
exclude:
5758
# Windows pypy 3.9 and 3.10 get stuck with PyPy 7.3.15. I hope to
58-
# unstick them, but I don't want that to block all other progress, so
59+
# unstick them, but I don't want that to block all other progress, so
5960
# skip them for now.
6061
- os: windows
6162
python-version: "pypy-3.9"

0 commit comments

Comments
 (0)