mirror of
https://github.com/TeamPGM/tgcrypto.git
synced 2024-11-22 07:27:39 +00:00
Add Python 3.8 to CI builds
This commit is contained in:
parent
147f089d4b
commit
79e31f0c03
@ -1,5 +1,5 @@
|
|||||||
environment:
|
environment:
|
||||||
CIBW_BUILD: cp34-* cp35-* cp36-* cp37-*
|
CIBW_BUILD: cp34-* cp35-* cp36-* cp37-* cp38-*
|
||||||
CIBW_BUILD_VERBOSITY: 3
|
CIBW_BUILD_VERBOSITY: 3
|
||||||
CIBW_TEST_COMMAND: cd {project} && python setup.py test -q
|
CIBW_TEST_COMMAND: cd {project} && python setup.py test -q
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ python: "3.7"
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- CIBW_BUILD="cp34-* cp35-* cp36-* cp37-*"
|
- CIBW_BUILD="cp34-* cp35-* cp36-* cp37-* cp38-*"
|
||||||
- CIBW_BUILD_VERBOSITY=3
|
- CIBW_BUILD_VERBOSITY=3
|
||||||
- CIBW_TEST_COMMAND="cd {project} && python3 setup.py test -q"
|
- CIBW_TEST_COMMAND="cd {project} && python3 setup.py test -q"
|
||||||
- BUILD_OUTPUT_PATH="$(uname | perl -ne 'print lc')-tgcrypto-wheels"
|
- BUILD_OUTPUT_PATH="$(uname | perl -ne 'print lc')-tgcrypto-wheels"
|
||||||
|
1
setup.py
1
setup.py
@ -45,6 +45,7 @@ setup(
|
|||||||
"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",
|
||||||
|
"Programming Language :: Python :: 3.8",
|
||||||
"Programming Language :: Python :: Implementation",
|
"Programming Language :: Python :: Implementation",
|
||||||
"Programming Language :: Python :: Implementation :: CPython",
|
"Programming Language :: Python :: Implementation :: CPython",
|
||||||
"Programming Language :: Python :: Implementation :: PyPy",
|
"Programming Language :: Python :: Implementation :: PyPy",
|
||||||
|
Loading…
Reference in New Issue
Block a user