Skip to content

Commit

Permalink
ci: Run tests on up to python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
wookayin committed Oct 16, 2023
1 parent e32e3f2 commit 622f31a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,19 @@ jobs:
python-version: "3.11"
- os: ubuntu-latest
python-version: "3.11"
pynvml-version: 11.495.46
pynvml-version: 11.495.46 # legacy pynvml, see #143
- os: ubuntu-latest
python-version: "3.12"
- os: windows-latest
python-version: "3.8"
- os: windows-latest
python-version: "3.9"
- os: windows-latest
python-version: "3.10"
- os: windows-latest
python-version: "3.11"
- os: windows-latest
python-version: "3.12"

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 622f31a

Please sign in to comment.