We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 615741e commit 498fb85Copy full SHA for 498fb85
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
strategy:
15
matrix:
16
- python-version: ["3.10", "3.11", "3.12", "3.13-dev"]
+ python-version: ["3.10", "3.11", "3.12", "3.13"]
17
steps:
18
- uses: actions/checkout@v4
19
- name: Set up Python ${{ matrix.python-version }}
0 commit comments