Skip to content

Commit

Permalink
Update Linux distributions test matrix
Browse files Browse the repository at this point in the history
Removes Ubuntu 23.10 and Fedora 39 as they are EOL.
Adds Ubuntu 24.10 and Fedora 41
  • Loading branch information
johningve committed Nov 27, 2024
1 parent 30053ce commit cc58ceb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ jobs:
os:
- ubuntu:20.04
- ubuntu:22.04
- ubuntu:23.10
- ubuntu:24.04
- fedora:39
- ubuntu:24.10
- fedora:40
- fedora:41
steps:
- name: Check out code
uses: actions/checkout@v4
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,15 +171,15 @@ Please visit [Zivid Knowledge Base][zivid-knowledge-base-url] for general inform

## Test matrix

| Operating System | Python version |
|:-----------------|:--------------------------------|
| Ubuntu 24.04 | 3.12 |
| Ubuntu 23.10 | 3.11 |
| Ubuntu 22.04 | 3.10 |
| Ubuntu 20.04 | 3.8 |
| Fedora 39 | 3.12 |
| Fedora 40 | 3.12 |
| Windows 10 | 3.7, 3.8, 3.9, 3.10, 3.11, 3.12 |
| Operating System | Python version |
|:------------------|:--------------------------------|
| Ubuntu 24.10 | 3.12 |
| Ubuntu 24.04 | 3.12 |
| Ubuntu 22.04 | 3.10 |
| Ubuntu 20.04 | 3.8 |
| Fedora 40 | 3.12 |
| Fedora 41 | 3.13 |
| Windows 10 | 3.7, 3.8, 3.9, 3.10, 3.11, 3.12 |

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

0 comments on commit cc58ceb

Please sign in to comment.