Skip to content

Commit 611eabe

Browse files
committed
stop testing with Python 3.6
1 parent c90c437 commit 611eabe

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: python
22
matrix:
33
include:
4-
- python: 3.6
5-
env: TOXENV=py36
64
- python: 3.7
75
env: TOXENV=py37
86
- python: 3.8

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Compatibility
1717
python
1818
------
1919

20-
python-libarchive-c is currently tested with python 3.6, 3.7, 3.8, and 3.9.
20+
python-libarchive-c is currently tested with python 3.7, 3.8, and 3.9.
2121

2222
If you find an incompatibility with older versions you can send us a small patch,
2323
but we won't accept big changes.

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist=py36,py37,py38,py39
2+
envlist=py37,py38,py39
33
skipsdist=True
44

55
[testenv]

0 commit comments

Comments
 (0)