File tree 2 files changed +2
-3
lines changed 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 76
76
python -m pip install --upgrade pip
77
77
pip install setuptools-scm[toml]
78
78
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
81
79
pip install git+https://github.com/nucleic/cppy@main
82
80
pip install git+https://github.com/nucleic/atom@main
83
81
pip install git+https://github.com/nucleic/kiwi@main
Original file line number Diff line number Diff line change @@ -26,14 +26,15 @@ classifiers = [
26
26
" Programming Language :: Python :: 3.9" ,
27
27
" Programming Language :: Python :: 3.10" ,
28
28
" Programming Language :: Python :: 3.11" ,
29
+ " Programming Language :: Python :: 3.12" ,
29
30
" Programming Language :: Python :: Implementation :: CPython" ,
30
31
]
31
32
dependencies = [
32
33
" ply" ,
33
34
" atom>=0.9.0" ,
34
35
" kiwisolver>=1.2.0" ,
35
36
" bytecode>=0.15.1" ,
36
- " pegen>=0.2 .0" ,
37
+ " pegen>=0.3 .0" ,
37
38
]
38
39
dynamic =[" version" ]
39
40
You can’t perform that action at this time.
0 commit comments