Skip to content

Commit

Permalink
chore: Python 3.13 has been released, remove allow-prerelease (canoni…
Browse files Browse the repository at this point in the history
…cal#1412)

Python 3.13 has been released yesterday.
Let's enable it in our CI.
  • Loading branch information
dimaqq authored Nov 15, 2024
1 parent 3c23e18 commit 46bdb40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/framework-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true

- name: Install build dependencies
run: pip install wheel build
Expand Down

0 comments on commit 46bdb40

Please sign in to comment.