Skip to content

Commit 6b29af0

Browse files
committed
only 3.11
1 parent 0885e09 commit 6b29af0

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [macos-latest, windows-latest]
18-
python: ["3.9", "3.10", "3.11", "3.12"]
18+
python: ["3.11"]
1919

2020
steps:
2121
- uses: compas-dev/compas-actions.build@v4

env_osx.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@ dependencies:
1212
- cgal-cpp
1313
- pybind11
1414
- compas >=2.4
15-
- pytest
1615
- pip:
1716
- .[DEV]

env_win.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@ dependencies:
1212
- cgal-cpp
1313
- pybind11
1414
- compas >=2.4
15-
- pytest
1615
- pip:
1716
- .[DEV]

0 commit comments

Comments
 (0)