Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesloibl committed May 31, 2024
1 parent 5c1a385 commit b82e612
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/matrix_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup python ${{ matrix.py }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.py }}
- name: Install Hatch
uses: pypa/hatch@install
- name: Run test suite
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ dev-mode = false # for matrix tests we want the packages to be installed non-ed

# https://hatch.pypa.io/latest/config/environment/advanced/#matrix
[[tool.hatch.envs.all.matrix]]
python = ["3.9", "3.10", "3.11"]
python = ["3.9", "3.10", "3.11", "3.12"]

# An environment for CI only to speed up env creation for certain jobs
[tool.hatch.envs.ci]
Expand Down

0 comments on commit b82e612

Please sign in to comment.