mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-09 06:30:53 +00:00
Add python3.8 support
This commit is contained in:
@ -60,6 +60,12 @@ jobs:
|
|||||||
- image: circleci/python:3.7
|
- image: circleci/python:3.7
|
||||||
environment:
|
environment:
|
||||||
TOXENV: py37-core
|
TOXENV: py37-core
|
||||||
|
py38-core:
|
||||||
|
<<: *common
|
||||||
|
docker:
|
||||||
|
- image: circleci/python:3.8
|
||||||
|
environment:
|
||||||
|
TOXENV: py38-core
|
||||||
pypy3-core:
|
pypy3-core:
|
||||||
<<: *common
|
<<: *common
|
||||||
docker:
|
docker:
|
||||||
|
|||||||
1
setup.py
1
setup.py
@ -75,6 +75,7 @@ setup(
|
|||||||
'Programming Language :: Python :: 3',
|
'Programming Language :: Python :: 3',
|
||||||
'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 :: PyPy',
|
'Programming Language :: Python :: Implementation :: PyPy',
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|||||||
3
tox.ini
3
tox.ini
@ -1,6 +1,6 @@
|
|||||||
[tox]
|
[tox]
|
||||||
envlist=
|
envlist=
|
||||||
py{36,37,py3}-core
|
py{36,37,38,py3}-core
|
||||||
lint
|
lint
|
||||||
docs
|
docs
|
||||||
|
|
||||||
@ -28,6 +28,7 @@ basepython =
|
|||||||
docs: python
|
docs: python
|
||||||
py36: python3.6
|
py36: python3.6
|
||||||
py37: python3.7
|
py37: python3.7
|
||||||
|
py37: python3.8
|
||||||
pypy3: pypy3
|
pypy3: pypy3
|
||||||
extras=
|
extras=
|
||||||
test
|
test
|
||||||
|
|||||||
Reference in New Issue
Block a user