Skip to content

Commit

Permalink
Merge pull request #361 from pyiron/py312
Browse files Browse the repository at this point in the history
Test with Python 3.12
  • Loading branch information
jan-janssen authored Aug 27, 2024
2 parents ed635c2 + 8c1185a commit d47d8ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2.2.0
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python-version }}
mamba-version: "*"
Expand Down

0 comments on commit d47d8ce

Please sign in to comment.