Skip to content

Commit

Permalink
Merge pull request #84 from Bayer-Group/ap---patch-1
Browse files Browse the repository at this point in the history
Run tests on 3.12
  • Loading branch information
ap-- authored Feb 14, 2024
2 parents da29a48 + 189c402 commit 6b132ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run_pytests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.11"]
python-version: ["3.12"]
include:
# we'll test the python support on ubuntu
- os: ubuntu-latest
python-version: "3.11"
- os: ubuntu-latest
python-version: "3.10"
- os: ubuntu-latest
Expand Down

0 comments on commit 6b132ce

Please sign in to comment.