Skip to content

Commit

Permalink
CI: remove 3.8 add 3.12 (#903)
Browse files Browse the repository at this point in the history
  • Loading branch information
skoudoro authored Jun 25, 2024
1 parent 1975a34 commit 1e07b8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9, '3.10', 3.11]
python-version: [3.9, '3.10', 3.11, 3.12]
os: [ubuntu-latest, macos-latest, windows-latest]
platform: [x64]
install-type: [pip, ] # conda]
Expand All @@ -34,13 +34,13 @@ jobs:
use-pre: [false]
include:
- os: macos-latest # ubuntu-latest
python-version: '3.10'
python-version: 3.11
install-type: pip
depends: OPTIONAL_DEPS
coverage: true
use-pre: false
- os: ubuntu-latest
python-version: '3.10'
python-version: 3.12
install-type: pip
depends: OPTIONAL_DEPS
coverage: false
Expand Down

0 comments on commit 1e07b8f

Please sign in to comment.