Skip to content

Commit

Permalink
Actions: add 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavid committed Oct 15, 2020
1 parent b57aa0e commit e512d9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ jobs:
- ver: '3.6'
release: '3.6.8' # last Python.org binary release
- ver: '3.7'
release: '3.7.7'
release: '3.7.9' # last Python.org binary release
- ver: '3.8'
release: '3.8.2'
release: '3.8.6'
- ver: '3.9'
release: '3.9.0'
env:
HOMEBREW_CACHE: ${{ github.workspace }}/.cache/brew
CCACHE_DIR: ${{ github.workspace }}/.cache/ccache
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def exclude(line):
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: Implementation :: PyPy",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Software Development :: Version Control"]
Expand Down

0 comments on commit e512d9d

Please sign in to comment.