Skip to content

Commit

Permalink
enable 3.9 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Nov 5, 2020
1 parent 51853db commit 7614c9d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
'3.6',
'3.7',
'3.8',
'pypy3'
'3.9',
'pypy3',
]
name: "Python: ${{ matrix.py }}"
steps:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
'3.6',
'3.7',
'3.8',
'pypy3'
'3.9',
'pypy3',
]
architecture: ['x64']
name: "Python: ${{ matrix.py }}"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
'3.5',
'3.6',
'3.7',
'3.8'
'3.8',
'3.9',
]
architecture: ['x86', 'x64']
name: "Python: ${{ matrix.py }} (${{ matrix.architecture }})"
Expand Down

0 comments on commit 7614c9d

Please sign in to comment.