Skip to content

Commit

Permalink
fix #27, add support for Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
joergbrech committed Dec 13, 2023
1 parent 7258e4a commit 14086e0
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.7', '3.8', '3.9', '3.10']
python: ['3.7', '3.8', '3.9', '3.10', '3.11']
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: 5
number: 6
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: 1
number: 2


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: 1
number: 2

requirements:
build:
Expand Down

0 comments on commit 14086e0

Please sign in to comment.