Skip to content

Commit f6400ce

Browse files
authored
Add Py3.9 support (#525)
1 parent 4849ca8 commit f6400ce

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
python: [3.5, 3.6, 3.7, pypy3]
11+
python: [3.5, 3.6, 3.7, 3.9, pypy3]
1212

1313
steps:
1414
- uses: actions/checkout@v1

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
'Programming Language :: Python :: 3.5',
6565
'Programming Language :: Python :: 3.6',
6666
'Programming Language :: Python :: 3.7',
67+
'Programming Language :: Python :: 3.9',
6768
'License :: OSI Approved :: Apache Software License',
6869
],
6970
)

0 commit comments

Comments
 (0)