Skip to content

Commit

Permalink
ci: remove allow-prerelease
Browse files Browse the repository at this point in the history
3.13 is out now. We don't need this.
  • Loading branch information
indygreg committed Nov 4, 2024
1 parent ddcac6f commit cd9324d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
with:
python-version: ${{ matrix.py }}
architecture: ${{ matrix.arch }}
allow-prereleases: ${{ matrix.py == '3.13' && true || false }}

- name: Install Rust
if: matrix.arch == 'x64'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ jobs:
with:
python-version: ${{ matrix.py }}
architecture: ${{ matrix.arch }}
allow-prereleases: ${{ matrix.py == '3.13' && true || false }}

- uses: actions/checkout@v4

Expand Down

0 comments on commit cd9324d

Please sign in to comment.