Skip to content

Commit

Permalink
Re-enable PY3.13 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Jul 8, 2024
1 parent e41a57b commit 5118fde
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ jobs:
shell: bash
strategy:
matrix:
# python-version: [ '3.8', '3.9', '3.10', '3.11', "3.12", "3.13.0-beta.2" ]
python-version: [ '3.8', '3.9', '3.10', '3.11', "3.12"]
python-version: [ '3.8', '3.9', '3.10', '3.11', "3.12", "3.13.0-beta.2" ]
platform: [ubuntu-24.04, windows-2022]

runs-on: ${{ matrix.platform }}
Expand Down Expand Up @@ -139,8 +138,7 @@ jobs:
shell: bash
strategy:
matrix:
# python-version: [ "3.11", "3.12", "3.13.0-beta.2" ]
python-version: [ "3.12"]
python-version: [ "3.12", "3.13.0-beta.2" ]
platform: [macos-14]

runs-on: ${{ matrix.platform }}
Expand Down

0 comments on commit 5118fde

Please sign in to comment.