Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Aug 10, 2023
1 parent 4508c39 commit eb77863
Showing 1 changed file with 20 additions and 14 deletions.
34 changes: 20 additions & 14 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,30 @@ jobs:
fail-fast: false
matrix:
include:
- python-version: "3.10"
core-version: "2022.11.5"
- python-version: "3.10"
core-version: "2022.12.9"
- python-version: "3.10"
core-version: "2023.1.7"
- python-version: "3.10"
core-version: "2023.2.5"
- python-version: "3.10"
core-version: "2023.3.6"
- python-version: "3.10"
core-version: "2023.4.6"
- python-version: "3.10"
core-version: "2023.5.2"
# - python-version: "3.10"
# core-version: "2022.11.5"
# - python-version: "3.10"
# core-version: "2022.12.9"
# - python-version: "3.10"
# core-version: "2023.1.7"
# - python-version: "3.10"
# core-version: "2023.2.5"
# - python-version: "3.10"
# core-version: "2023.3.6"
# - python-version: "3.10"
# core-version: "2023.4.6"
# - python-version: "3.10"
# core-version: "2023.5.2"
- python-version: "3.11"
core-version: "2023.6.1"
- python-version: "3.11"
core-version: "2023.7.3"
- python-version: "3.11"
core-version: "6ef7c5ece6e317737901c482ccac8f4875bb3c73"
- python-version: "3.11"
core-version: "31d6b615b44afa9ad87cd0adf7412a93b769157a"
- python-version: "3.11"
core-version: "33f2453f334a170fe874cb005cb9f4bac2525862"
- python-version: "3.11"
core-version: "2023.8.0b0"
- python-version: "3.11"
Expand Down

0 comments on commit eb77863

Please sign in to comment.