Allow python version bounds just with TOMLs

This commit is contained in:
Dario Curreri 2023-06-28 15:23:50 +02:00
parent 556ac3e0ad
commit c4ab19b63a
No known key found for this signature in database
4 changed files with 4 additions and 13 deletions

View file

@ -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