Skip to content

Commit

Permalink
remove Py3.6 testing, add Py3.10 and pypy 3.8 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Dec 14, 2021
1 parent ead481e commit e435d80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linuxci.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, pypy3]
python-version: ["3.7", "3.8", "3.9", "3.10", "pypy-3.8"]
name: Linux CI
steps:
- name: Check out source repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macosci.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, pypy3]
python-version: ["3.7", "3.8", "3.9", "3.10", "pypy-3.8"]
name: macOS CI
steps:
- name: Check out source repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windowsci.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, pypy3]
python-version: ["3.7", "3.8", "3.9", "3.10", "pypy-3.8"]
name: Windows CI
steps:
- name: Check out source repository
Expand Down

0 comments on commit e435d80

Please sign in to comment.