Skip to content

Commit

Permalink
quotes on python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Mar 23, 2024
1 parent 4ced109 commit 5118323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and test [Python 3.7, 3.8, 3.9]
name: Build and test [Python 3.9, 3.10, 3.11]

on: [push, pull_request]

Expand All @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9, 3.10, 3.11]
python-version: ["3.9", "3.10", "3.11"]

steps:
- name: Checkout
Expand Down

0 comments on commit 5118323

Please sign in to comment.