We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 770d1f8 commit debdcbaCopy full SHA for debdcba
.github/workflows/macos-linux-conda.yml
@@ -40,7 +40,7 @@ jobs:
40
activate-environment: eigenpy
41
auto-update-conda: true
42
environment-file: .github/workflows/conda/environment.yml
43
- python-version: '3.10'
+ python-version: ['3.10', '3.11', '3.12']
44
45
- uses: actions/cache@v3
46
with:
0 commit comments