vlasovskikh / funcparserlib

Recursive descent parsing library for Python based on functional combinators
https://funcparserlib.pirx.ru
MIT License
338 stars 38 forks source link

Add python 3.9 to supported versions #63

Closed pkulev closed 3 years ago

pkulev commented 3 years ago

Hi! Tests have passed on 3.9.

pkulev commented 3 years ago

@vlasovskikh, ping

vlasovskikh commented 3 years ago

@pkulev Thanks for your pull request! I actually have 2 ways of running tests: one to run them locally via tox and another one to run them as commit checks on GitHub via GitHub actions. Would you mind updating your PR to include Python 3.9 into https://github.com/vlasovskikh/funcparserlib/blob/master/.github/workflows/python-package.yml as well to cover both ways of running tests?

pkulev commented 3 years ago

@vlasovskikh Done! Didn't notice that.