Skip to content

Commit

Permalink
Use python 3.12.0 in tests to work around unittest breakage in 3.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish committed Jan 10, 2024
1 parent 01f64f2 commit 3fdad42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
needs: ["lint"]
strategy:
matrix:
python-version: [3.8, 3.9, "3.10", '3.11', "3.12"]
python-version: [3.8, 3.9, "3.10", '3.11', "3.12.0"]
platform: [
{ os: "ubuntu-latest", python-architecture: "x64" },
]
Expand Down

0 comments on commit 3fdad42

Please sign in to comment.