Skip to content

Commit

Permalink
Start testing on Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
dustalov committed Oct 10, 2024
1 parent b6edf16 commit a1a6e55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13"
- name: Install dependencies
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.9", "pypy3.10" ]
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy3.9", "pypy3.10" ]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
path: "./jupyter"
if: matrix.python-version == '3.12' && github.ref == 'refs/heads/master'
if: matrix.python-version == '3.13' && github.ref == 'refs/heads/master'
pages:
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
environment:
Expand Down

0 comments on commit a1a6e55

Please sign in to comment.