Skip to content

Commit f1fd289

Browse files
update dependency versions (pegen) and use published versions on bytecode and pegen in cis
1 parent a640a5c commit f1fd289

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ jobs:
7676
python -m pip install --upgrade pip
7777
pip install setuptools-scm[toml]
7878
pip install numpy
79-
pip install git+https://github.com/we-like-parsers/pegen --no-deps
80-
pip install git+https://github.com/MatthieuDartiailh/bytecode@main
8179
pip install git+https://github.com/nucleic/cppy@main
8280
pip install git+https://github.com/nucleic/atom@main
8381
pip install git+https://github.com/nucleic/kiwi@main

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,15 @@ classifiers = [
2626
"Programming Language :: Python :: 3.9",
2727
"Programming Language :: Python :: 3.10",
2828
"Programming Language :: Python :: 3.11",
29+
"Programming Language :: Python :: 3.12",
2930
"Programming Language :: Python :: Implementation :: CPython",
3031
]
3132
dependencies = [
3233
"ply",
3334
"atom>=0.9.0",
3435
"kiwisolver>=1.2.0",
3536
"bytecode>=0.15.1",
36-
"pegen>=0.2.0",
37+
"pegen>=0.3.0",
3738
]
3839
dynamic=["version"]
3940

0 commit comments

Comments
 (0)