Skip to content

Commit 8d63c56

Browse files
committed
Update Python versions
1 parent 5cf4b1a commit 8d63c56

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- 5432:5432
2828
strategy:
2929
matrix:
30-
python-version: ['3.6', '3.7', '3.8']
30+
python-version: ['3.8', '3.9', '3.10']
3131
django-series: ['2.2', '3.0']
3232
steps:
3333
- uses: actions/checkout@v2

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,9 @@
4343
"License :: OSI Approved :: BSD License",
4444
"Natural Language :: English",
4545
"Operating System :: OS Independent",
46-
"Programming Language :: Python :: 3.5",
47-
"Programming Language :: Python :: 3.6",
48-
"Programming Language :: Python :: 3.7",
4946
"Programming Language :: Python :: 3.8",
47+
"Programming Language :: Python :: 3.9",
48+
"Programming Language :: Python :: 3.10",
5049
"Topic :: Software Development :: Libraries :: Python Modules",
5150
],
5251
)

0 commit comments

Comments
 (0)