mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-15 14:16:08 -06:00
drop support for python 3.6 which is no longer supported by most of our requirements
This commit is contained in:
parent
1e8e480967
commit
af702dddce
2 changed files with 2 additions and 32 deletions
|
|
@ -25,19 +25,6 @@ test:format:
|
||||||
- rc
|
- rc
|
||||||
- demo
|
- demo
|
||||||
|
|
||||||
test:lint:3.6:
|
|
||||||
stage: test
|
|
||||||
image: python:3.6
|
|
||||||
script:
|
|
||||||
- pip install tox
|
|
||||||
- tox -e pep8
|
|
||||||
tags:
|
|
||||||
- lint
|
|
||||||
except:
|
|
||||||
- tags
|
|
||||||
- rc
|
|
||||||
- demo
|
|
||||||
|
|
||||||
test:lint:3.7:
|
test:lint:3.7:
|
||||||
stage: test
|
stage: test
|
||||||
image: python:3.7
|
image: python:3.7
|
||||||
|
|
@ -88,23 +75,6 @@ test:lint:3.10:
|
||||||
- rc
|
- rc
|
||||||
- demo
|
- demo
|
||||||
|
|
||||||
test:py:3.6:
|
|
||||||
stage: test
|
|
||||||
image: python:3.6
|
|
||||||
script:
|
|
||||||
- pip install tox
|
|
||||||
- mkdir .reports
|
|
||||||
- tox -e py36
|
|
||||||
tags:
|
|
||||||
- docker
|
|
||||||
except:
|
|
||||||
- tags
|
|
||||||
- rc
|
|
||||||
- demo
|
|
||||||
artifacts:
|
|
||||||
reports:
|
|
||||||
junit: .reports/burpui.junit.xml
|
|
||||||
|
|
||||||
test:py:3.7:
|
test:py:3.7:
|
||||||
stage: test
|
stage: test
|
||||||
image: python:3.7
|
image: python:3.7
|
||||||
|
|
|
||||||
4
setup.py
4
setup.py
|
|
@ -336,7 +336,7 @@ setup(
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
+ migrations,
|
+ migrations,
|
||||||
python_requires=">=3.6",
|
python_requires=">=3.7",
|
||||||
install_requires=requires,
|
install_requires=requires,
|
||||||
extras_require={
|
extras_require={
|
||||||
"ldap_authentication": ["ldap3"],
|
"ldap_authentication": ["ldap3"],
|
||||||
|
|
@ -358,7 +358,7 @@ setup(
|
||||||
"License :: OSI Approved :: BSD License",
|
"License :: OSI Approved :: BSD License",
|
||||||
"Operating System :: POSIX :: Linux",
|
"Operating System :: POSIX :: Linux",
|
||||||
"Programming Language :: Python",
|
"Programming Language :: Python",
|
||||||
"Programming Language :: Python :: 3.6",
|
"Programming Language :: Python :: 3",
|
||||||
"Topic :: System :: Archiving :: Backup",
|
"Topic :: System :: Archiving :: Backup",
|
||||||
"Topic :: System :: Monitoring",
|
"Topic :: System :: Monitoring",
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue