Skip to content

Commit 05b23c6

Browse files
committed
Merge branch 'drop_36' into pytest
2 parents 762b9d2 + bc912a6 commit 05b23c6

File tree

4 files changed

+2
-5
lines changed

4 files changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
max-parallel: 5
1010
matrix:
11-
python-version: [3.6, 3.7, 3.8, 3.9]
11+
python-version: [3.7, 3.8, 3.9]
1212

1313
steps:
1414
- uses: actions/checkout@v1

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: python
22
python:
3-
- 3.6
43
- 3.7
54
- 3.8
65
- 3.9

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
keywords=["openstreetmap", "overpass", "wrapper"],
1414
classifiers=[
1515
"License :: OSI Approved :: Apache Software License",
16-
"Programming Language :: Python :: 3.6",
1716
"Programming Language :: Python :: 3.7",
1817
"Programming Language :: Python :: 3.8",
1918
"Programming Language :: Python :: 3.9",

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{36,37,38,39}
2+
envlist = py{37,38,39}
33
skip_missing_interpreters = true
44

55
[testenv]
@@ -8,7 +8,6 @@ commands = python -m pytest
88

99
[gh-actions]
1010
python =
11-
3.6: py36
1211
3.7: py37
1312
3.8: py38
1413
3.9: py39

0 commit comments

Comments
 (0)