|
13 | 13 | runs-on: macos-13 |
14 | 14 | strategy: |
15 | 15 | matrix: |
16 | | - python-version: ["3.9", "3.10", "3.11", "3.12"] |
| 16 | + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] |
17 | 17 | steps: |
18 | 18 | - uses: actions/checkout@v3 |
19 | 19 | - name: Install uv |
|
50 | 50 | runs-on: windows-latest |
51 | 51 | strategy: |
52 | 52 | matrix: |
53 | | - python-version: ["3.9", "3.10", "3.11", "3.12"] |
| 53 | + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] |
54 | 54 | target: [x64, x86] |
55 | 55 | steps: |
56 | 56 | - uses: actions/checkout@v3 |
|
80 | 80 | runs-on: ubuntu-latest |
81 | 81 | strategy: |
82 | 82 | matrix: |
83 | | - python-version: ["3.9", "3.10", "3.11", "3.12"] |
| 83 | + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] |
84 | 84 | target: [x86_64, i686] |
85 | 85 | steps: |
86 | 86 | - uses: actions/checkout@v3 |
@@ -116,6 +116,7 @@ jobs: |
116 | 116 | { version: "3.10", abi: "cp310-cp310" }, |
117 | 117 | { version: "3.11", abi: "cp311-cp311" }, |
118 | 118 | { version: "3.12", abi: "cp312-cp312" }, |
| 119 | + { version: "3.13", abi: "cp313-cp313" }, |
119 | 120 | ] |
120 | 121 | target: [aarch64, armv7] |
121 | 122 | steps: |
|
0 commit comments