Dropped support for python 3.6, 3.7 and added support for python 3.12 (#717)
Signed-off-by: saimedhi <[email protected]>
This commit is contained in:
@@ -7,14 +7,15 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
entry:
|
||||
- { os: 'ubuntu-20.04', python-version: "3.6" }
|
||||
- { os: 'ubuntu-latest', python-version: "3.7" }
|
||||
- { os: 'ubuntu-latest', python-version: "3.8" }
|
||||
- { os: 'ubuntu-latest', python-version: "3.9" }
|
||||
- { os: 'ubuntu-latest', python-version: "3.10" }
|
||||
- { os: 'ubuntu-latest', python-version: "3.11" }
|
||||
- { os: 'macos-latest', python-version: "3.11" }
|
||||
- { os: 'windows-latest', python-version: "3.11" }
|
||||
- { os: 'ubuntu-latest', python-version: "3.12" }
|
||||
- { os: 'macos-latest', python-version: "3.12" }
|
||||
- { os: 'windows-latest', python-version: "3.12" }
|
||||
|
||||
name: test (os=${{ matrix.entry.os }}, python=${{ matrix.entry.python-version }})
|
||||
continue-on-error: ${{ matrix.entry.experimental || false }}
|
||||
|
||||
Reference in New Issue
Block a user