mbj4668 / pyang

An extensible YANG validator and converter in python
ISC License
530 stars 342 forks source link

build: update github actions #831

Open fredgan opened 1 year ago

fredgan commented 1 year ago

add python 3.10 test support upgrade github actions checkout to v3 and setup-python to v4

But there is another problem in the github action. The flake8 in python 3.7 runs into crash. Maybe the pip installs the old flake8 version.