Skip to content

Commit 6e985b7

Browse files
authored
Try testing under python 3.12 (#2038)
* Try testing under python 3.12 * Update
1 parent 6e777fc commit 6e985b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/selfhosted_runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
os: [ubuntu-latest]
21-
python-version: ['3.8', '3.9.13', '3.10', '3.11']
21+
python-version: ['3.8', '3.9.13', '3.10', '3.11', '3.12']
2222
architecture: ['x64']
2323

2424
steps:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
os: [ubuntu-latest]
21-
python-version: ['3.11']
21+
python-version: ['3.12']
2222
architecture: ['x64']
2323

2424
steps:

0 commit comments

Comments
 (0)