Skip to content

Commit b840c64

Browse files
committed
remove cPy 3.5 testing, add cPy 3.9 testing
1 parent e8439e8 commit b840c64

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/linuxci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: [3.5, 3.6, 3.7, 3.8, pypy3]
14+
python-version: [3.6, 3.7, 3.8, 3.9, pypy3]
1515
name: Linux CI
1616
steps:
1717
- name: Check out source repository

.github/workflows/macosci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: macos-latest
1212
strategy:
1313
matrix:
14-
python-version: [3.5, 3.6, 3.7, 3.8, pypy3]
14+
python-version: [3.6, 3.7, 3.8, 3.9, pypy3]
1515
name: macOS CI
1616
steps:
1717
- name: Check out source repository

.github/workflows/windowsci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: windows-latest
1212
strategy:
1313
matrix:
14-
python-version: [3.5, 3.6, 3.7, 3.8, pypy3]
14+
python-version: [3.6, 3.7, 3.8, 3.9, pypy3]
1515
name: Windows CI
1616
steps:
1717
- name: Check out source repository

0 commit comments

Comments
 (0)