Skip to content

Commit

Permalink
Merge pull request #26 from DLR-SC/25-support-python-3-10
Browse files Browse the repository at this point in the history
Build for Python 3.10, don't build for 3.6
  • Loading branch information
joergbrech authored Jan 17, 2023
2 parents 843d955 + 9c5f82b commit 7258e4a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-conda-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
arch: ['x64']
os: [windows-2019, ubuntu-latest, macos-latest]
python: ['3.6', '3.7', '3.8', '3.9']
python: ['3.7', '3.8', '3.9', '3.10']
exclude:
- arch: x86
os: macos-latest
Expand Down
2 changes: 1 addition & 1 deletion python-occ-7x/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source:
- 0001-DLR-patch-to-support-c2-continous-coons-patches.patch

build:
number: 4
number: 5
binary_relocation: false [osx]

requirements:
Expand Down
2 changes: 1 addition & 1 deletion tigl3/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source:
git_tag: v{{ version }}

build:
number: 0
number: 1


requirements:
Expand Down
2 changes: 1 addition & 1 deletion tixi3/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:
- disabled-fortran-example.patch

build:
number: 0
number: 1

requirements:
build:
Expand Down

0 comments on commit 7258e4a

Please sign in to comment.