Skip to content

Commit

Permalink
test: adapt pipeline for python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tklockau committed Aug 16, 2024
1 parent 851a9b5 commit 9734c95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
include:
- os: windows-latest
python_version: "3.8"
python_version: "3.12"
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{matrix.python_version}}
Expand Down

0 comments on commit 9734c95

Please sign in to comment.