mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Add python3.8 support
This commit is contained in:
@ -60,6 +60,12 @@ jobs:
|
||||
- image: circleci/python:3.7
|
||||
environment:
|
||||
TOXENV: py37-core
|
||||
py38-core:
|
||||
<<: *common
|
||||
docker:
|
||||
- image: circleci/python:3.8
|
||||
environment:
|
||||
TOXENV: py38-core
|
||||
pypy3-core:
|
||||
<<: *common
|
||||
docker:
|
||||
|
||||
1
setup.py
1
setup.py
@ -75,6 +75,7 @@ setup(
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Programming Language :: Python :: Implementation :: PyPy',
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user