1
0
Fork 0
mirror of synced 2024-11-22 08:15:34 -05:00

Merge branch 'anishathalye:master' into master

This commit is contained in:
Francesco Pira 2024-09-14 10:43:27 +02:00 committed by GitHub
commit 651964633e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,13 +24,18 @@ jobs:
python: "3.11" python: "3.11"
- os: "windows-latest" - os: "windows-latest"
python: "3.12" python: "3.12"
exclude:
- os: "macos-latest"
python: "3.6"
- os: "macos-latest"
python: "3.7"
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
name: "Test: Python ${{ matrix.python }} on ${{ matrix.os }}" name: "Test: Python ${{ matrix.python }} on ${{ matrix.os }}"
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
with: with:
submodules: recursive submodules: recursive
- uses: actions/setup-python@v4 - uses: actions/setup-python@v5
with: with:
python-version: ${{ matrix.python }} python-version: ${{ matrix.python }}
allow-prereleases: true allow-prereleases: true