We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab76874 commit 6c1999cCopy full SHA for 6c1999c
1 file changed
.github/workflows/all-lints.yml
@@ -17,10 +17,12 @@ jobs:
17
python-version: 3.9
18
- os: macos-latest
19
python-version: 3.10
20
- - os: macos-13
21
- python-version: 3.11
22
23
- python-version: 3.12
+ - os: macos-14
+ python-version: 3.8
+ python-version: 3.9
24
25
+ python-version: 3.10
26
27
steps:
28
- uses: actions/checkout@v4
0 commit comments