10000 Drop support for Python 3.5 · Daverball/python-stdnum@0690996 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0690996

Browse files
committed
Drop support for Python 3.5
We don't have an easy way to test with Python 3.5 any more.
1 parent 201d4d1 commit 0690996

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
python-version: [3.5, 3.6, pypy2.7]
31+
python-version: [3.6, pypy2.7]
3232
steps:
3333
- uses: actions/checkout@v3
3434
- name: Set up Python ${{ matrix.python-version }}

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@
6565
'Programming Language :: Python :: 2',
6666
'Programming Language :: Python :: 2.7',
6767
'Programming Language :: Python :: 3',
68-
'Programming Language :: Python :: 3.5',
6968
'Programming Language :: Python :: 3.6',
7069
'Programming Language :: Python :: 3.7',
7170
'Programming Language :: Python :: 3.8',

tox.ini

Lines changed: 1 addition & 1 deletion
Origina 5AFE l file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{27,35,36,37,38,39,310,311,312,py,py3},flake8,docs,headers
2+
envlist = py{27,36,37,38,39,310,311,312,py,py3},flake8,docs,headers
33
skip_missing_interpreters = true
44

55
[testenv]

0 commit comments

Comments
 (0)
0