Skip to content

Commit

Permalink
Merge branch 'python-3-11'
Browse files Browse the repository at this point in the history
  • Loading branch information
jerith committed May 17, 2023
2 parents bd23368 + 7c713b7 commit 89f29aa
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
strategy:
matrix:
include:
- version: "2.7.18"
dist: stretch
python: python
- version: "3.6.14"
dist: stretch
python: python
- version: "3.7.11"
dist: stretch
python: python
# - version: "2.7.18"
# dist: stretch
# python: python
# - version: "3.6.14"
# dist: stretch
# python: python
# - version: "3.7.11"
# dist: stretch
# python: python
- version: "3.8.11"
dist: buster
python: python
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
strategy:
matrix:
dist: [buster, bullseye]
version: ["3.10.2", "3.9.10", "3.8.12"]
version: ["3.11.3", "3.10.11", "3.9.16", "3.8.16"]
python: [python]
include:
- version: "2.7"
Expand Down

0 comments on commit 89f29aa

Please sign in to comment.