Skip to content
Snippets Groups Projects

Add testing with Python 3.11

Merged Oscar Gustafsson requested to merge py311 into master
Files
4
@@ -2,7 +2,7 @@ message(STATUS "Fetching fmt...")
@@ -2,7 +2,7 @@ message(STATUS "Fetching fmt...")
FetchContent_Declare(fmt
FetchContent_Declare(fmt
GIT_REPOSITORY https://github.com/fmtlib/fmt
GIT_REPOSITORY https://github.com/fmtlib/fmt
GIT_TAG d141cdbeb0fb422a3fb7173b285fd38e0d1772dc # 8.0.1
GIT_TAG 9.1.0
)
)
FetchContent_MakeAvailable(fmt)
FetchContent_MakeAvailable(fmt)
Loading