diff --git a/.github/workflows/publish-sdist-wheels.yml b/.github/workflows/publish-sdist-wheels.yml index 324ae6e8..33c56a5b 100644 --- a/.github/workflows/publish-sdist-wheels.yml +++ b/.github/workflows/publish-sdist-wheels.yml @@ -29,9 +29,9 @@ jobs: submodules: 'true' - uses: actions/setup-python@v5 - name: Install Python 3.9 + name: Install Python 3.11 with: - python-version: '3.9' + python-version: '3.11' - name: Install cibuildwheel run: | @@ -164,10 +164,10 @@ jobs: with: submodules: 'true' - - name: Set up Python 3.9 + - name: Set up Python 3.10 uses: actions/setup-python@v5 with: - python-version: 3.9 + python-version: '3.10' - name: Install Dependencies run: diff --git a/CMakeLists.txt b/CMakeLists.txt index 31ef6081..40483a1f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,6 @@ cmake_minimum_required(VERSION 3.15) #allow using of HDF5_ROOT for building with a custom HDF5 version cmake_policy(SET CMP0074 NEW) - project(MorphIO VERSION 2.0.0) set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/bin)