Skip to content

Commit

Permalink
Make 3.11 string in Python build YAML.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Nov 29, 2022
1 parent 1dde9e1 commit 4a33b88
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
python-version: [ 3.11 ]
python-version: [ "3.11" ]
include:
- python-version: "3.5"
os: ubuntu-20.04
Expand All @@ -31,8 +31,6 @@ jobs:
os: ubuntu-latest
- python-version: "3.10"
os: ubuntu-latest
- python-version: "3.11"
os: ubuntu-latest
- python-version: "pypy-3.7"
os: ubuntu-latest

Expand Down

0 comments on commit 4a33b88

Please sign in to comment.