Skip to content

Commit

Permalink
versions aren't floats, zaphod
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Coles committed Dec 5, 2024
1 parent 77eb082 commit 747c210
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/matrix-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:

strategy:
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
python-version: [3.10, 3.11, 3.12, 3.13]
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
python-version: ["3.10", "3.11", "3.12", "3.13"]

runs-on: ${{ matrix.os }}

steps:
- name: Check out code
uses: actions/checkout@v4
Expand Down

0 comments on commit 747c210

Please sign in to comment.