Skip to content

Commit

Permalink
Rerender after updating config
Browse files Browse the repository at this point in the history
  • Loading branch information
marius-mather committed Oct 26, 2022
1 parent 540c7f4 commit 8ab4096
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .ci_support/linux_64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.10.* *_cpython
rust_compiler:
- rust
target_platform:
- linux-64
2 changes: 2 additions & 0 deletions .ci_support/linux_64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.8.* *_cpython
rust_compiler:
- rust
target_platform:
- linux-64
2 changes: 2 additions & 0 deletions .ci_support/linux_64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.9.* *_cpython
rust_compiler:
- rust
target_platform:
- linux-64
2 changes: 2 additions & 0 deletions .ci_support/osx_64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.10.* *_cpython
rust_compiler:
- rust
target_platform:
- osx-64
2 changes: 2 additions & 0 deletions .ci_support/osx_64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.8.* *_cpython
rust_compiler:
- rust
target_platform:
- osx-64
2 changes: 2 additions & 0 deletions .ci_support/osx_64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.9.* *_cpython
rust_compiler:
- rust
target_platform:
- osx-64
2 changes: 2 additions & 0 deletions .ci_support/osx_arm64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.10.* *_cpython
rust_compiler:
- rust
target_platform:
- osx-arm64
2 changes: 2 additions & 0 deletions .ci_support/osx_arm64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.8.* *_cpython
rust_compiler:
- rust
target_platform:
- osx-arm64
2 changes: 2 additions & 0 deletions .ci_support/osx_arm64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.9.* *_cpython
rust_compiler:
- rust
target_platform:
- osx-arm64
2 changes: 2 additions & 0 deletions .ci_support/win_64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.10.* *_cpython
rust_compiler:
- rust
target_platform:
- win-64
2 changes: 2 additions & 0 deletions .ci_support/win_64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.8.* *_cpython
rust_compiler:
- rust
target_platform:
- win-64
2 changes: 2 additions & 0 deletions .ci_support/win_64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.9.* *_cpython
rust_compiler:
- rust
target_platform:
- win-64
2 changes: 1 addition & 1 deletion README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8ab4096

Please sign in to comment.