Skip to content

Commit

Permalink
do not use 3.13 dev
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelizimm committed Dec 17, 2024
1 parent e6797f7 commit 66c7764
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/positron-python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
matrix:
os: [ubuntu-latest]
# Run the tests on the oldest and most recent versions of Python.
python: ['3.8', '3.13-dev']
python: ['3.8', '3.13']

steps:
- name: Checkout
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
- os: 'ubuntu-latest'
python: '3.12'
- os: 'ubuntu-latest'
python: '3.13-dev'
python: '3.13'

steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/positron-python-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- os: 'ubuntu-latest'
python: '3.12'
- os: 'ubuntu-latest'
python: '3.13-dev'
python: '3.13'

steps:
- name: Checkout
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
- os: 'ubuntu-latest'
python: '3.12'
- os: 'ubuntu-latest'
python: '3.13-dev'
python: '3.13'

steps:
- name: Checkout
Expand Down

0 comments on commit 66c7764

Please sign in to comment.