Skip to content

Commit

Permalink
Merge pull request #82 from llimeht/py3.12
Browse files Browse the repository at this point in the history
Enable testing with Python 3.12
  • Loading branch information
krzywon authored Aug 27, 2024
2 parents ec52aa3 + 82762af commit 0efca66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: ['3.10', '3.11']
python-version: ['3.10', '3.11', '3.12']
fail-fast: false

steps:
Expand All @@ -28,7 +28,7 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: 'pip'
cache-dependency-path: |
**/ci.yml
**/test.yml
**/requirements*.txt
### Installation of build-dependencies
Expand Down

0 comments on commit 0efca66

Please sign in to comment.