Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Nov 15, 2024
1 parent 9400738 commit dcd3092
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04]
os: ["ubuntu-22.04"]
pyv: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
reqs: [ latest ]
reqs: [ "latest" ]
include:
- pyv: "3.9"
reqs: earliest
Expand Down

0 comments on commit dcd3092

Please sign in to comment.