Skip to content

Commit

Permalink
Remove python 3.13 usage in pipelines as it is not released yet
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmpr committed Jul 30, 2024
1 parent 1211499 commit 3c73dbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.11
python-version: 3.12

- name: Install dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.13
python-version: 3.12

- name: Install ruff
run: |
Expand All @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
python_version: [ 3.8, 3.9, 3.10, 3.11, 3.12, 3.13 ]
python_version: [ 3.8, 3.9, 3.10, 3.11, 3.12 ]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 3c73dbf

Please sign in to comment.