Skip to content

Commit

Permalink
Bump python version
Browse files Browse the repository at this point in the history
daf_butler is only getting tested against 3.11 and 3.12 now.  stackvana doesn't support 3.12 yet, so we'll need to test against 3.11
  • Loading branch information
dhirving committed Feb 2, 2024
1 parent 0cc963d commit ff32292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: test
strategy:
matrix:
pyver: ["3.10"]
pyver: ["3.11"]

runs-on: "ubuntu-latest"

Expand Down

0 comments on commit ff32292

Please sign in to comment.