mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
Add Python 3.11, add more black checks, remove upper pins (#69)
This commit is contained in:
@ -72,6 +72,12 @@ jobs:
|
||||
- image: cimg/python:3.10
|
||||
environment:
|
||||
TOXENV: py310-core
|
||||
py311-core:
|
||||
<<: *common
|
||||
docker:
|
||||
- image: cimg/python:3.11
|
||||
environment:
|
||||
TOXENV: py311-core
|
||||
pypy3-core:
|
||||
<<: *common
|
||||
docker:
|
||||
@ -88,4 +94,5 @@ workflows:
|
||||
- py38-core
|
||||
- py39-core
|
||||
- py310-core
|
||||
- py311-core
|
||||
- pypy3-core
|
||||
|
||||
Reference in New Issue
Block a user