Skip to content

Commit

Permalink
Merge pull request #76 from chapinb/workflow-patch-1
Browse files Browse the repository at this point in the history
Update pythontesting.yml
  • Loading branch information
chapinb authored Nov 15, 2022
2 parents 08bb82b + 58d5203 commit 37abc5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pythontesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.5, 3.6, 3.7, 3.8, pypy3]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Display Python Version
Expand Down

0 comments on commit 37abc5f

Please sign in to comment.