Skip to content

Commit a1e774b

Browse files
committed
Use 3.x designation in python version to test latest version on ubuntu
and mac in CI.
1 parent d0ed5d7 commit a1e774b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Python
1919
uses: actions/setup-python@v5
2020
with:
21-
python-version: "3.11"
21+
python-version: '3.x'
2222

2323
- name: Install dependencies
2424
run: |

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ jobs:
3535
resolution: highest
3636
extras: ci,optional
3737
- os: ubuntu-latest
38-
python: "3.12"
38+
python: '3.x'
3939
resolution: lowest-direct
4040
extras: ci,optional
4141
- os: macos-latest
42-
python: "3.10"
42+
python: '3.x'
4343
resolution: lowest-direct
4444
extras: ci # test with only required dependencies installed
4545

0 commit comments

Comments
 (0)