Skip to content

Commit

Permalink
python 3.13 in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dimbleby committed Aug 6, 2024
1 parent 62b897c commit aa05bef
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 aa05bef

Please sign in to comment.