We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c01808 commit 143b0c8Copy full SHA for 143b0c8
1 file changed
.github/workflows/installer.yml
@@ -26,11 +26,11 @@ jobs:
26
matrix:
27
os: [Ubuntu, macOS, Windows]
28
python-version:
29
- - "3.9"
30
- "3.10"
31
- "3.11"
32
- "3.12"
33
- "3.13"
+ - "3.14"
34
args:
35
- ""
36
- "--preview"
@@ -41,7 +41,7 @@ jobs:
41
- os: Windows
42
image: windows-2022
43
- os: macOS
44
- image: macos-12
+ image: macos-14
45
fail-fast: false
46
defaults:
47
run:
@@ -96,8 +96,8 @@ jobs:
96
strategy:
97
98
tag:
99
- - focal
100
- jammy
+ - noble
101
102
103
shell: bash
0 commit comments