Skip to content
Snippets Groups Projects
Commit 25df6c31 authored by Beerwerth, Randolf's avatar Beerwerth, Randolf
Browse files

Revert adding Python 3.8

parent b4dac19d
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ endif()
if (NOT DEFINED Python_ADDITIONAL_VERSIONS)
if (BORNAGAIN_USE_PYTHON3)
set(Python_ADDITIONAL_VERSIONS 3.8 3.7 3.6 3.5 3.4 3.3)
set(Python_ADDITIONAL_VERSIONS 3.7 3.6 3.5 3.4 3.3)
else()
set(Python_ADDITIONAL_VERSIONS 2.7)
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment