Skip to content

Commit afb5111

Browse files
authored
chore: add 3.13 to the action defaults (#846)
Signed-off-by: Henry Schreiner <[email protected]>
1 parent fd61a65 commit afb5111

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/action.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,10 @@ jobs:
2020
matrix:
2121
os:
2222
[
23-
ubuntu-20.04,
2423
ubuntu-22.04,
24+
ubuntu-24.04,
2525
windows-2019,
2626
windows-2022,
27-
macos-11,
28-
macos-12,
2927
macos-13,
3028
macos-14,
3129
]
@@ -44,5 +42,5 @@ jobs:
4442
python-version: 3.9
4543
- uses: ./
4644
with:
47-
python-versions: "3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, pypy-2.7, pypy-3.7, pypy-3.8, pypy-3.9, pypy-3.10"
45+
python-versions: "3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, pypy-2.7, pypy-3.7, pypy-3.8, pypy-3.9, pypy-3.10"
4846
- run: nox --non-interactive --error-on-missing-interpreter --session github_actions_all_tests

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
44
python-versions:
55
description: "comma-separated list of python versions to install"
66
required: false
7-
default: "3.8, 3.9, 3.10, 3.11, 3.12, pypy-3.9, pypy-3.10"
7+
default: "3.8, 3.9, 3.10, 3.11, 3.12, 3.13, pypy-3.9, pypy-3.10"
88
branding:
99
icon: package
1010
color: blue

0 commit comments

Comments
 (0)