10000 drop support for Python 3.6 and mark Python 3.9 as supported where no… · larray-project/larray_eurostat@bc16d29 · GitHub
[go: up one dir, main page]

Skip to content

Commit bc16d29

Browse files
committed
drop support for Python 3.6 and mark Python 3.9 as supported where not already
1 parent d4bdb84 commit bc16d29

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ dist: xenial # required for Python >= 3.7
55
language: python
66

77
python:
8-
- "3.6"
98
- "3.7"
109
- "3.8"
10+
- "3.9"
1111

1212
branches:
1313
only:

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ def readlocal(fname):
2828
'Intended Audience :: Developers',
2929
'Programming Language :: Python',
3030
'Programming Language :: Python :: 3',
31-
'Programming Language :: Python :: 3.6',
3231
'Programming Language :: Python :: 3.7',
3332
'Programming Language :: Python :: 3.8',
3433
'Programming Language :: Python :: 3.9',

0 commit comments

Comments
 (0)
0