mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
Drop py3.5, add py3.7
This commit is contained in:
@ -39,27 +39,27 @@ jobs:
|
||||
doctest:
|
||||
<<: *common
|
||||
docker:
|
||||
- image: circleci/python:3.5
|
||||
- image: circleci/python:3.6
|
||||
environment:
|
||||
TOXENV: doctest
|
||||
lint:
|
||||
<<: *common
|
||||
docker:
|
||||
- image: circleci/python:3.5
|
||||
- image: circleci/python:3.6
|
||||
environment:
|
||||
TOXENV: lint
|
||||
py35-core:
|
||||
<<: *common
|
||||
docker:
|
||||
- image: circleci/python:3.5
|
||||
environment:
|
||||
TOXENV: py35-core
|
||||
py36-core:
|
||||
<<: *common
|
||||
docker:
|
||||
- image: circleci/python:3.6
|
||||
environment:
|
||||
TOXENV: py36-core
|
||||
py37-core:
|
||||
<<: *common
|
||||
docker:
|
||||
- image: circleci/python:3.7
|
||||
environment:
|
||||
TOXENV: py37-core
|
||||
pypy3-core:
|
||||
<<: *common
|
||||
docker:
|
||||
@ -72,6 +72,6 @@ workflows:
|
||||
jobs:
|
||||
- doctest
|
||||
- lint
|
||||
- py35-core
|
||||
- py36-core
|
||||
- py37-core
|
||||
- pypy3-core
|
||||
|
||||
Reference in New Issue
Block a user