Upd tests workflow

This commit is contained in:
Matthew Honnibal 2024-10-01 22:51:09 +02:00
parent dd47fbb45f
commit 29232ad3b5

View File

@ -32,7 +32,7 @@ jobs:
- name: Configure Python version
uses: actions/setup-python@v4
with:
python-version: "3.7"
python-version: "3.10"
- name: black
run: |
@ -61,12 +61,8 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
python_version: ["3.12"]
include:
- os: windows-latest
python_version: "3.7"
- os: macos-latest
python_version: "3.8"
- os: ubuntu-latest
python_version: "3.9"
python_version: "3.10"
- os: windows-latest
python_version: "3.10"
- os: macos-latest