Skip to content

Commit

Permalink
Add Python 3.13 to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
josephine-wolf-oberholtzer committed Sep 23, 2024
1 parent f7a7762 commit 431e830
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13-dev"]
include:
- os: macos-12
python-version: "3.12"
Expand All @@ -118,9 +118,9 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: pip
cache-dependency-path: "**/pyproject.toml"
cache: pip
python-version: ${{ matrix.python-version }}
- name: Upgrade pip
run: python3 -m pip install -U pip
- name: Install Supriya
Expand Down

0 comments on commit 431e830

Please sign in to comment.