Skip to content

Commit 2c7835d

Browse files
authored
Merge pull request #24 from pajusmar/master
Added Python 3.9 to test matrix
2 parents 1d7e321 + 2c2d578 commit 2c7835d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: [3.5, 3.6, 3.7, 3.8]
18+
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
1919

2020
steps:
2121
- uses: actions/checkout@v2

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"Programming Language :: Python :: 3.6",
2323
"Programming Language :: Python :: 3.7",
2424
"Programming Language :: Python :: 3.8",
25+
"Programming Language :: Python :: 3.9",
2526
"License :: OSI Approved :: MIT License",
2627
"Operating System :: OS Independent",
2728
)

0 commit comments

Comments
 (0)