Skip to content

Commit

Permalink
Drop support for Python < 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
igordejanovic committed Feb 12, 2020
1 parent 59437fa commit bf0554c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ MIT

## Python versions

Tested for 2.7, 3.4+
Tested for 3.6+


[Arpeggio]: https://github.com/textX/Arpeggio
Expand Down
3 changes: 1 addition & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,7 @@ To install development (`master` branch) version:

## Python versions

textX works with Python 2.7, 3.4+. Other versions might work but are not
tested.
textX works with Python 3.6+. Other versions might work but are not tested.

## Getting started

Expand Down
4 changes: 0 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@ classifiers =
Topic :: Software Development :: Libraries :: Python Modules
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
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

0 comments on commit bf0554c

Please sign in to comment.