Skip to content

Commit

Permalink
Drop Python 3.4 and 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
martinblech committed Oct 9, 2024
1 parent cc54376 commit e3f7161
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: python

python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
Expand Down
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,13 @@
url='https://github.com/martinblech/xmltodict',
license=xmltodict.__license__,
platforms=['all'],
python_requires='>=3.4',
python_requires='>=3.6',
classifiers=[
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
Expand Down
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
[tox]
envlist = py34, py35, py36, py37, py38, py39, py310, py311, py312, pypy
envlist = py36, py37, py38, py39, py310, py311, py312, py313, pypy

[gh-actions]
python =
3.4: py34
3.5: py35
3.6: py36
3.7: py37
3.8: py38
Expand Down

0 comments on commit e3f7161

Please sign in to comment.