Skip to content

Commit

Permalink
CI: added Python 3.11 and removed Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dmgav committed Oct 15, 2023
1 parent 5b1d745 commit 2f94d25
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:
strategy:
matrix:
host-os: ["ubuntu-latest", "macos-latest", "windows-latest"]
python-version: ["3.8", "3.9", "3.10"]
numpy-version: ["1.21"]
pyqt-version: ["5.12"]
python-version: ["3.9", "3.10", "3.11"]
numpy-version: ["1.24"]
pyqt-version: ["5.15"]
include:
- host-os: "ubuntu-latest"
conda-mamba: "mamba"
- host-os: "macos-latest"
conda-mamba: "mamba"
- host-os: "windows-latest"
conda-mamba: "conda"
conda-mamba: "mamba"
fail-fast: false

runs-on: ${{ matrix.host-os }}
Expand Down

0 comments on commit 2f94d25

Please sign in to comment.