Skip to content

Commit 07495e0

Browse files
Actions: add Python 3.12 (released early Oct '23) runner
1 parent 39f0239 commit 07495e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-test-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# Skip older ubuntu-16.04 & macos-10.15 to save usage resource
2626
os: [ubuntu-latest, macos-latest]
2727
# Note: keep versions quoted as strings else 3.10 taken as 3.1, etc.
28-
python-version: ["3.8", "3.9", "3.10", "3.11"]
28+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
2929

3030
# Run on new and old(er) versions of the distros we support (Linux, Mac OS)
3131
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)