Skip to content

Commit

Permalink
chore(ci): add python 3.13 to the matrix (#2876)
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <me@frostming.com>
  • Loading branch information
frostming committed May 9, 2024
1 parent f8717f1 commit 98a30f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", 3.13]
os: [ubuntu-latest, windows-latest, macos-latest]
install-via: [pip]
include:
Expand Down Expand Up @@ -83,6 +83,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: pip
allow-prereleases: true

- name: Cache venv
uses: actions/cache@v3
Expand Down

0 comments on commit 98a30f9

Please sign in to comment.