Skip to content

Commit e3f7161

Browse files
committed
Drop Python 3.4 and 3.5
1 parent cc54376 commit e3f7161

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: python
22

33
python:
4-
- "3.4"
5-
- "3.5"
64
- "3.6"
75
- "3.7"
86
- "3.8"

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,13 @@
2222
url='https://github.com/martinblech/xmltodict',
2323
license=xmltodict.__license__,
2424
platforms=['all'],
25-
python_requires='>=3.4',
25+
python_requires='>=3.6',
2626
classifiers=[
2727
'Intended Audience :: Developers',
2828
'License :: OSI Approved :: MIT License',
2929
'Operating System :: OS Independent',
3030
'Programming Language :: Python',
3131
'Programming Language :: Python :: 3',
32-
'Programming Language :: Python :: 3.4',
33-
'Programming Language :: Python :: 3.5',
3432
'Programming Language :: Python :: 3.6',
3533
'Programming Language :: Python :: 3.7',
3634
'Programming Language :: Python :: 3.8',

tox.ini

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
[tox]
2-
envlist = py34, py35, py36, py37, py38, py39, py310, py311, py312, pypy
2+
envlist = py36, py37, py38, py39, py310, py311, py312, py313, pypy
33

44
[gh-actions]
55
python =
6-
3.4: py34
7-
3.5: py35
86
3.6: py36
97
3.7: py37
108
3.8: py38

0 commit comments

Comments
 (0)