Bump all dependencies, to pick up py-tree-sitter-languages 1.9.1 with py12 support

This commit is contained in:
Paul Gauthier 2024-01-04 07:48:00 -08:00
parent ca0ef601c6
commit 5c9bd4d405
4 changed files with 31 additions and 30 deletions

View file

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps:
- name: Check out repository

View file

@ -13,7 +13,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps:
- name: Check out repository