Skip to content

Commit

Permalink
Re-add Python 3.12 to CI now that p4p is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
OCopping committed Nov 19, 2024
1 parent 9ea28ad commit 742b980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
runs-on: ["ubuntu-latest", "windows-latest"] # can add macos-latest
python-version: ["3.10","3.11"] # 3.12 should be added when p4p is updated
python-version: ["3.10","3.11","3.12"]
include:
# Include one that runs in the dev environment
- runs-on: "ubuntu-latest"
Expand Down

0 comments on commit 742b980

Please sign in to comment.