Skip to content

Commit

Permalink
Add new distro releases to test matrix, remove EOL releases
Browse files Browse the repository at this point in the history
This commit adds Ubuntu 24.04 and Fedora 39 and 40 to the CI test matrix
and removes the EOL releases Ubuntu 23.04, and Fedora 37 and 38.
  • Loading branch information
johningve committed Jun 28, 2024
1 parent 7670f36 commit 6db9ad9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
--volume $PWD:/host \
--workdir /host/continuous-integration/linux \
--env "PYTHONDONTWRITEBYTECODE=1" \
ubuntu:23.10 \
ubuntu:24.04 \
bash -c "./setup.sh && ./install-sdk.sh && ./build.sh && ./lint.sh"
- name: Notify Teams
if: ${{ failure() && github.ref == 'refs/heads/master' }}
Expand Down Expand Up @@ -102,10 +102,10 @@ jobs:
os:
- ubuntu:20.04
- ubuntu:22.04
- ubuntu:23.04
- ubuntu:23.10
- fedora:37
- fedora:38
- ubuntu:24.04
- fedora:39
- fedora:40
steps:
- name: Check out code
uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,12 +173,12 @@ Please visit [Zivid Knowledge Base][zivid-knowledge-base-url] for general inform

| Operating System | Python version |
|:-----------------|:--------------------------------|
| Ubuntu 24.04 | 3.12 |
| Ubuntu 23.10 | 3.11 |
| Ubuntu 23.04 | 3.11 |
| Ubuntu 22.04 | 3.10 |
| Ubuntu 20.04 | 3.8 |
| Fedora 38 | 3.11 |
| Fedora 37 | 3.11 |
| Fedora 39 | 3.12 |
| Fedora 40 | 3.12 |
| 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
Expand Down

0 comments on commit 6db9ad9

Please sign in to comment.