Skip to content

Commit

Permalink
python 3.13 in workflows (#742)
Browse files Browse the repository at this point in the history
(cherry picked from commit c4600e5)
  • Loading branch information
dimbleby authored and radoering committed Oct 12, 2024
1 parent 710e59b commit e5365b4
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,17 @@ jobs:
runs-on: "${{ matrix.os }}-latest"
strategy:
matrix:
os: [Ubuntu, MacOS, Windows]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os:
- Ubuntu
- MacOS
- Windows
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "3.13"
include:
- os: Ubuntu
python-version: pypy-3.8
Expand All @@ -30,6 +39,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true

- name: Get full Python version
id: full-python-version
Expand Down

0 comments on commit e5365b4

Please sign in to comment.