Skip to content

Commit

Permalink
Removed 3.13-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
andreafrancia committed May 25, 2024
1 parent 4de6688 commit 1566e06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
- { os: macos-latest, python_version: '3.10' }
- { os: macos-latest, python_version: '3.11' }
- { os: macos-latest, python_version: '3.12' }
- { os: macos-latest, python_version: '3.13-dev' }

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

Expand Down Expand Up @@ -64,7 +63,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ['2.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13-dev']
python-version: ['2.7', '3.8', '3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python_version }}
Expand Down

0 comments on commit 1566e06

Please sign in to comment.