Skip to content
Snippets Groups Projects
Verified Commit 70c311b2 authored by Joris Vaillant's avatar Joris Vaillant Committed by Justin Carpentier
Browse files

Provide conda build for python 3.10, 3.11 and 3.12

parent 4a0af8c8
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest"]
python-version: ["3.10", "3.11", "3.12"]
cxx_options: ['', '-mavx2']
build_type: [Release, Debug]
exclude:
......@@ -31,7 +32,7 @@ jobs:
activate-environment: hpp-fcl
auto-update-conda: true
environment-file: .github/workflows/conda/conda-env.yml
python-version: "3.10"
python-version: ${{ matrix.python-version }}
- name: Install compilers on OSX
if: contains(matrix.os, 'macos')
......
Subproject commit 1f6b9ebae6c0e16c6eedd869d459ef6a0da41151
Subproject commit 9924c7e1472bdb5e50a92432452fde48fe663c3b
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