mirror of
https://github.com/arsenetar/send2trash.git
synced 2025-05-07 09:29:48 +00:00
Remove Python 3.4
This commit is contained in:
parent
74f2dff57b
commit
62849fba0b
@ -1,7 +1,6 @@
|
|||||||
language: python
|
language: python
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- python: "3.4"
|
|
||||||
- python: "2.7"
|
- python: "2.7"
|
||||||
arch: ppc64le
|
arch: ppc64le
|
||||||
- python: "3.6"
|
- python: "3.6"
|
||||||
|
@ -20,7 +20,6 @@ classifiers =
|
|||||||
Operating System :: POSIX
|
Operating System :: POSIX
|
||||||
Programming Language :: Python :: 2.7
|
Programming Language :: Python :: 2.7
|
||||||
Programming Language :: Python :: 3
|
Programming Language :: Python :: 3
|
||||||
Programming Language :: Python :: 3.4
|
|
||||||
Programming Language :: Python :: 3.5
|
Programming Language :: Python :: 3.5
|
||||||
Programming Language :: Python :: 3.6
|
Programming Language :: Python :: 3.6
|
||||||
Programming Language :: Python :: 3.7
|
Programming Language :: Python :: 3.7
|
||||||
@ -32,6 +31,7 @@ classifiers =
|
|||||||
[options]
|
[options]
|
||||||
packages = send2trash
|
packages = send2trash
|
||||||
tests_require = pytest
|
tests_require = pytest
|
||||||
|
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
|
||||||
|
|
||||||
[options.extras_require]
|
[options.extras_require]
|
||||||
win32 = pywin32; sys_platform == "win32"
|
win32 = pywin32; sys_platform == "win32"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user