mirror of
https://github.com/actions/setup-python.git
synced 2025-07-25 15:58:30 +02:00
Allow python version bounds just with TOMLs
This commit is contained in:
parent
556ac3e0ad
commit
c4ab19b63a
4 changed files with 4 additions and 13 deletions
7
.github/workflows/e2e-tests.yml
vendored
7
.github/workflows/e2e-tests.yml
vendored
|
@ -107,10 +107,3 @@ jobs:
|
|||
python-version: '>3.8'
|
||||
- name: Verify >3.8
|
||||
run: python __tests__/verify-python.py 3.11
|
||||
|
||||
- name: Run with setup-python >=3.8,<3.10
|
||||
uses: ./
|
||||
with:
|
||||
python-version: '>=3.8,<3.10'
|
||||
- name: Verify >=3.8,<3.10
|
||||
run: python __tests__/verify-python.py 3.9
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue