mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-10 23:20:55 +00:00
drop py37 support (#104)
This commit is contained in:
7
tox.ini
7
tox.ini
@ -1,8 +1,8 @@
|
||||
[tox]
|
||||
envlist=
|
||||
py{37,38,39,310,311}-core
|
||||
py{38,39,310,311}-core
|
||||
py{38,39,310,311}-lint
|
||||
py{37,38,39,310,311}-wheel
|
||||
py{38,39,310,311}-wheel
|
||||
py311-wheel-windows
|
||||
docs
|
||||
|
||||
@ -28,7 +28,6 @@ commands=
|
||||
docs: make check-docs
|
||||
basepython=
|
||||
docs: python
|
||||
py37: python3.7
|
||||
py38: python3.8
|
||||
py39: python3.9
|
||||
py310: python3.10
|
||||
@ -51,7 +50,7 @@ commands: {[common-lint]commands}
|
||||
[testenv:py{38,39,310,311}-lint]
|
||||
commands: {[common-lint]commands}
|
||||
|
||||
[testenv:py{37,38,39,310,311}-wheel]
|
||||
[testenv:py{38,39,310,311}-wheel]
|
||||
deps=
|
||||
wheel
|
||||
build[virtualenv]
|
||||
|
||||
Reference in New Issue
Block a user