Skip to content

Commit

Permalink
ci: also test for python 3.14-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kod-kristoff committed Nov 13, 2024
1 parent 0c21efd commit 6e4fa59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# https://twitter.com/mycoliza/status/1571295690063753218
nightly:
runs-on: ubuntu-latest
name: ubuntu / 3.13-dev
name: ubuntu / 3.14-dev
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Install python
uses: actions/setup-python@v5
with:
python-version: "3.13-dev"
python-version: "3.14-dev"
- name: Restore uv cache
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 6e4fa59

Please sign in to comment.