Skip to content

Commit f2617dd

Browse files
committed
Add python 3.9 to CI & list as supported
1 parent 286bedd commit f2617dd

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
crate-version: [nightly]
2323
os: [ubuntu-latest]
2424
sqla-version: ['1.1.15', '1.2.18', '1.3.17']
25-
python-version: [3.5, 3.6, 3.7, 3.8]
25+
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
2626

2727
steps:
2828
- uses: actions/checkout@master

CHANGES.txt

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Changes for crate
55
Unreleased
66
==========
77

8+
- Added official Python 3.9 support.
9+
810
2020/09/28 0.26.0
911
=================
1012

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ def read(path):
8383
'Programming Language :: Python :: 3.6',
8484
'Programming Language :: Python :: 3.7',
8585
'Programming Language :: Python :: 3.8',
86+
'Programming Language :: Python :: 3.9',
8687
'Programming Language :: Python :: Implementation :: CPython',
8788
'Programming Language :: Python :: Implementation :: PyPy',
8889
'Topic :: Database'

0 commit comments

Comments
 (0)