We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0ed5d7 commit a1e774bCopy full SHA for a1e774b
.github/workflows/lint.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set up Python
19
uses: actions/setup-python@v5
20
with:
21
- python-version: "3.11"
+ python-version: '3.x'
22
23
- name: Install dependencies
24
run: |
.github/workflows/test.yml
@@ -35,11 +35,11 @@ jobs:
35
resolution: highest
36
extras: ci,optional
37
- os: ubuntu-latest
38
- python: "3.12"
+ python: '3.x'
39
resolution: lowest-direct
40
41
- os: macos-latest
42
- python: "3.10"
43
44
extras: ci # test with only required dependencies installed
45
0 commit comments