Skip to content

Commit

Permalink
[nbclassic] Fix Python 3.10 Build
Browse files Browse the repository at this point in the history
Updates hardcoded references to Python 3.8 installation paths
to point to the Python 3.10 equivalents instead.
  • Loading branch information
DaveLak committed Aug 28, 2024
1 parent 2633c02 commit b338e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/nbclassic/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
################################################################################
pip3 install .
for fuzzer in $(find $SRC -name 'fuzz_*.py'); do
compile_python_fuzzer $fuzzer --add-data $SRC/jsonschema_specifications/jsonschema_specifications/schemas:jsonschema_specifications/schemas --add-data /usr/local/lib/python3.8/site-packages/jupyter_events/schemas:jupyter_events/schemas
compile_python_fuzzer $fuzzer --add-data $SRC/jsonschema_specifications/jsonschema_specifications/schemas:jsonschema_specifications/schemas --add-data /usr/local/lib/python3.10/site-packages/jupyter_events/schemas:jupyter_events/schemas
done

0 comments on commit b338e1f

Please sign in to comment.