mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-11 07:30:55 +00:00
Put python3.8 support back in:
- We should create a breaking changes branch to be merged only when we are ready to start the next major version release cycle for all our maintained libraries.
This commit is contained in:
11
tox.ini
11
tox.ini
@ -1,8 +1,8 @@
|
||||
[tox]
|
||||
envlist=
|
||||
py{39,310,311,312,313}-core
|
||||
py{39,310,311,312,313}-lint
|
||||
py{39,310,311,312,313}-wheel
|
||||
py{38,39,310,311,312,313}-core
|
||||
py{38,39,310,311,312,313}-lint
|
||||
py{38,39,310,311,312,313}-wheel
|
||||
windows-wheel
|
||||
docs
|
||||
|
||||
@ -23,6 +23,7 @@ commands=
|
||||
basepython=
|
||||
docs: python
|
||||
windows-wheel: python
|
||||
py38: python3.8
|
||||
py39: python3.9
|
||||
py310: python3.10
|
||||
py311: python3.11
|
||||
@ -33,13 +34,13 @@ extras=
|
||||
docs
|
||||
allowlist_externals=make,pre-commit
|
||||
|
||||
[testenv:py{39,310,311,312,313}-lint]
|
||||
[testenv:py{38,39,310,311,312,313}-lint]
|
||||
deps=pre-commit
|
||||
commands=
|
||||
pre-commit install
|
||||
pre-commit run --all-files --show-diff-on-failure
|
||||
|
||||
[testenv:py{39,310,311,312,313}-wheel]
|
||||
[testenv:py{38,39,310,311,312,313}-wheel]
|
||||
deps=
|
||||
wheel
|
||||
build[virtualenv]
|
||||
|
||||
Reference in New Issue
Block a user