|
19 | 19 | runs-on: macos-13 |
20 | 20 | strategy: |
21 | 21 | matrix: |
22 | | - python-version: ["3.9", "3.10", "3.11", "3.12"] |
| 22 | + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] |
23 | 23 | steps: |
24 | 24 | - uses: actions/checkout@v4 |
25 | 25 | - name: Install uv |
|
52 | 52 | runs-on: windows-latest |
53 | 53 | strategy: |
54 | 54 | matrix: |
55 | | - python-version: ["3.9", "3.10", "3.11", "3.12"] |
| 55 | + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] |
56 | 56 | target: [x64, x86] |
57 | 57 | steps: |
58 | 58 | - uses: actions/checkout@v4 |
|
78 | 78 | runs-on: ubuntu-latest |
79 | 79 | strategy: |
80 | 80 | matrix: |
81 | | - python-version: ["3.9", "3.10", "3.11", "3.12"] |
| 81 | + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] |
82 | 82 | target: [x86_64, i686] |
83 | 83 | steps: |
84 | 84 | - uses: actions/checkout@v4 |
@@ -111,6 +111,7 @@ jobs: |
111 | 111 | { version: "3.10", abi: "cp310-cp310" }, |
112 | 112 | { version: "3.11", abi: "cp311-cp311" }, |
113 | 113 | { version: "3.12", abi: "cp312-cp312" }, |
| 114 | + { version: "3.13", abi: "cp313-cp313" }, |
114 | 115 | ] |
115 | 116 | target: [aarch64, armv7] |
116 | 117 | steps: |
|
0 commit comments