mirror of https://github.com/lark-parser/lark.git
Run tests against Python 3.12
This commit is contained in:
parent
67df05b431
commit
a835092ee6
|
@ -7,7 +7,7 @@ jobs:
|
|||
runs-on: ubuntu-20.04 # See https://github.com/actions/setup-python/issues/544
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "pypy-3.7"]
|
||||
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.7"]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in New Issue