Skip to content

Commit

Permalink
add Python 3.12 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oconnor663 committed Sep 17, 2024
1 parent bc8de02 commit f940bdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest, windows-latest, macOS-latest]
exclude:
# No longer supported on GitHub CI.
Expand All @@ -24,9 +24,9 @@ jobs:


steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
# Confirm that the `python` maps to the version we just installed.
Expand Down

0 comments on commit f940bdc

Please sign in to comment.