Skip to content

Commit c1a0cdb

Browse files
committed
remove python 3.6
Python 3.6 is deprecated so we will remove support for that. Signed-off-by: Heiko Thiery <[email protected]>
1 parent 150e1a2 commit c1a0cdb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "pypy3.9"]
12+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "pypy3.9"]
1313

1414
steps:
1515
- uses: actions/checkout@v3

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ def git_pep440_version():
5555
'Natural Language :: English',
5656
'Operating System :: OS Independent',
5757
'Programming Language :: Python :: 3',
58-
'Programming Language :: Python :: 3.6',
5958
'Programming Language :: Python :: 3.7',
6059
'Programming Language :: Python :: 3.8',
6160
'Programming Language :: Python :: 3.9',

0 commit comments

Comments
 (0)