Merge branch 'anishathalye:master' into master
This commit is contained in:
commit
651964633e
1 changed files with 7 additions and 2 deletions
|
@ -24,13 +24,18 @@ jobs:
|
|||
python: "3.11"
|
||||
- os: "windows-latest"
|
||||
python: "3.12"
|
||||
exclude:
|
||||
- os: "macos-latest"
|
||||
python: "3.6"
|
||||
- os: "macos-latest"
|
||||
python: "3.7"
|
||||
runs-on: ${{ matrix.os }}
|
||||
name: "Test: Python ${{ matrix.python }} on ${{ matrix.os }}"
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
- uses: actions/setup-python@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: ${{ matrix.python }}
|
||||
allow-prereleases: true
|
Loading…
Reference in a new issue