We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c01808 commit 8c75c08Copy full SHA for 8c75c08
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
@@ -108,7 +108,6 @@ jobs:
108
run: |
109
apt-get -y update
110
apt-get -y install python3 ca-certificates
111
- apt-get -y install --reinstall python3-distutils
112
113
- name: Update PATH
114
run: echo "$HOME/.local/bin" >> $GITHUB_PATH
0 commit comments