Skip to content

Commit f5199b8

Browse files
authored
Merge pull request #307 from zivid/MISC-2024-12-06-test-with-python-3.13-on-windows
Test with Python 3.13 on Windows
2 parents 7ebf1be + 11c1f38 commit f5199b8

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
runs-on: windows-2019
6161
strategy:
6262
matrix:
63-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
63+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
6464
steps:
6565
- name: Check out code
6666
uses: actions/checkout@v4
@@ -135,7 +135,7 @@ jobs:
135135
runs-on: windows-2019
136136
strategy:
137137
matrix:
138-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
138+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
139139
steps:
140140
- name: Check out code
141141
uses: actions/checkout@v4

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -171,15 +171,15 @@ Please visit [Zivid Knowledge Base][zivid-knowledge-base-url] for general inform
171171

172172
## Test matrix
173173

174-
| Operating System | Python version |
175-
|:------------------|:--------------------------------|
176-
| Ubuntu 24.10 | 3.12 |
177-
| Ubuntu 24.04 | 3.12 |
178-
| Ubuntu 22.04 | 3.10 |
179-
| Ubuntu 20.04 | 3.8 |
180-
| Fedora 40 | 3.12 |
181-
| Fedora 41 | 3.13 |
182-
| Windows 10 | 3.7, 3.8, 3.9, 3.10, 3.11, 3.12 |
174+
| Operating System | Python version |
175+
|:------------------|:--------------------------------------|
176+
| Ubuntu 24.10 | 3.12 |
177+
| Ubuntu 24.04 | 3.12 |
178+
| Ubuntu 22.04 | 3.10 |
179+
| Ubuntu 20.04 | 3.8 |
180+
| Fedora 40 | 3.12 |
181+
| Fedora 41 | 3.13 |
182+
| Windows 10 | 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13 |
183183

184184
[header-image]: https://www.zivid.com/hubfs/softwarefiles/images/zivid-generic-github-header.png
185185
[ci-badge]: https://img.shields.io/github/actions/workflow/status/zivid/zivid-python/main.yml?branch=master

continuous-integration/deployment/expected-artifacts.txt

+1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ zivid-{version}-cp39-cp39-win_amd64.whl
44
zivid-{version}-cp310-cp310-win_amd64.whl
55
zivid-{version}-cp311-cp311-win_amd64.whl
66
zivid-{version}-cp312-cp312-win_amd64.whl
7+
zivid-{version}-cp313-cp313-win_amd64.whl
78
zivid-{version}.tar.gz

0 commit comments

Comments
 (0)