We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab76874 + 6c1999c commit 74c70a8Copy full SHA for 74c70a8
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