Skip to content

Commit

Permalink
Infra: CI: Test Python 3.13 (#3517)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Oct 30, 2023
1 parent f438266 commit fa9f720
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
matrix:
python-version:
- "3.x"
- "3.12-dev"
- "3.13-dev"

steps:
- name: Checkout
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12-dev"
- "3.12"
- "3.13"
os:
- "windows-latest"
- "macos-latest"
Expand All @@ -46,6 +47,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: pip
allow-prereleases: true

- name: Install dependencies
run: |
Expand Down

0 comments on commit fa9f720

Please sign in to comment.