Skip to content

Commit

Permalink
Actions: add Python 3.12 (released early Oct '23) runner
Browse files Browse the repository at this point in the history
  • Loading branch information
sadielbartholomew committed Oct 24, 2023
1 parent 39f0239 commit 07495e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# Skip older ubuntu-16.04 & macos-10.15 to save usage resource
os: [ubuntu-latest, macos-latest]
# Note: keep versions quoted as strings else 3.10 taken as 3.1, etc.
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

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

0 comments on commit 07495e0

Please sign in to comment.