Skip to content

Commit

Permalink
Drop Python 3.4 and 2.7 explicit support
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Jan 8, 2020
1 parent 525ddf9 commit e7ffba9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ git:

matrix:
include:
- python: pypy
env: TESTS=tests.test_cached_property
- python: 2.7
env: TESTS=tests.test_cached_property
- python: 3.4
- python: pypy3.5
env: TESTS=tests.test_cached_property
- python: 3.5
env: TESTS=tests.test_cached_property
Expand Down
6 changes: 2 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,16 @@ classifiers =
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python
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

[options]
zip_safe = true
include_package_data = true
python_requires = >= 2.7, != 3.0.*, != 3.1.*, != 3.2.*, != 3.3.*
python_requires = >= 3.5
packages = property_cached
test_suite = tests
setup_requires =
Expand Down

0 comments on commit e7ffba9

Please sign in to comment.