CSCI128 / 128Autograder

Source Code for CSCI128 Autograder at Colorado School of Mines
0 stars 1 forks source link

[ENHANCEMENT] Remove type hints before deployment #72

Open gregbell26 opened 7 months ago

gregbell26 commented 7 months ago

Description

Issue

For some reason python3.9 is still installed by default on MacOS. Python 3.9 does not support type hinting.

Suggestion

When building the autograder, type hints should be stripped. https://pypi.org/project/strip-hints/ Looks like it could solve this issue.

Acceptance Criteria