Skip to content

Commit

Permalink
Bump minimum python version to 3.6
Browse files Browse the repository at this point in the history
All scripts look for python3, the new autogen-version needs 3.6
  • Loading branch information
sykhro committed May 4, 2021
1 parent 36da3ce commit 4f45b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ project(spicy VERSION "${SPICY_VERSION}" LANGUAGES ASM C CXX)

set(flex_minimum_version "2.6")
set(bison_minimum_version "3.0")
set(python_minimum_version "2.4")
set(python_minimum_version "3.6")
set(macos_minimum_version "19.0.0") # macOS 10.15.0 (Catalina)

## Initialize defaults & global options
Expand Down

0 comments on commit 4f45b72

Please sign in to comment.