-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from isuruf/versions
check new versions
- Loading branch information
Showing
62 changed files
with
1,198 additions
and
334 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 18 additions & 8 deletions
26
...ux_64_numpy1.22python3.9.____73_pypy.yaml → ...adingfalsenumpy2python3.13.____cp313.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,49 @@ | ||
c_compiler: | ||
- gcc | ||
c_compiler_version: | ||
- '12' | ||
- '13' | ||
c_stdlib: | ||
- sysroot | ||
c_stdlib_version: | ||
- '2.17' | ||
cdt_name: | ||
- cos6 | ||
- cos7 | ||
channel_sources: | ||
- conda-forge | ||
- conda-forge/label/python_rc,conda-forge | ||
channel_targets: | ||
- isuruf test | ||
cxx_compiler: | ||
- gxx | ||
cxx_compiler_version: | ||
- '12' | ||
- '13' | ||
docker_image: | ||
- quay.io/condaforge/linux-anvil-cos7-x86_64 | ||
gmp: | ||
- '6' | ||
is_freethreading: | ||
- 'false' | ||
libflint: | ||
- '2.9' | ||
- '3.0' | ||
mpfr: | ||
- '4' | ||
numpy: | ||
- '1.22' | ||
- '2' | ||
pin_run_as_build: | ||
python: | ||
min_pin: x.x | ||
max_pin: x.x | ||
python: | ||
- 3.9.* *_73_pypy | ||
- 3.13.* *_cp313 | ||
target_platform: | ||
- linux-64 | ||
zip_keys: | ||
- - c_compiler_version | ||
- cxx_compiler_version | ||
- - c_stdlib_version | ||
- cdt_name | ||
- - python | ||
- numpy | ||
- channel_sources | ||
- is_freethreading | ||
zlib: | ||
- '1.2' | ||
- '1' |
49 changes: 49 additions & 0 deletions
49
.ci_support/linux_64_is_freethreadingtruenumpy2python3.13.____cp313t.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
c_compiler: | ||
- gcc | ||
c_compiler_version: | ||
- '13' | ||
c_stdlib: | ||
- sysroot | ||
c_stdlib_version: | ||
- '2.17' | ||
cdt_name: | ||
- cos7 | ||
channel_sources: | ||
- conda-forge/label/python_rc,conda-forge/label/cython_dev,conda-forge | ||
channel_targets: | ||
- isuruf test | ||
cxx_compiler: | ||
- gxx | ||
cxx_compiler_version: | ||
- '13' | ||
docker_image: | ||
- quay.io/condaforge/linux-anvil-cos7-x86_64 | ||
gmp: | ||
- '6' | ||
is_freethreading: | ||
- 'true' | ||
libflint: | ||
- '3.0' | ||
mpfr: | ||
- '4' | ||
numpy: | ||
- '2' | ||
pin_run_as_build: | ||
python: | ||
min_pin: x.x | ||
max_pin: x.x | ||
python: | ||
- 3.13.* *_cp313t | ||
target_platform: | ||
- linux-64 | ||
zip_keys: | ||
- - c_compiler_version | ||
- cxx_compiler_version | ||
- - c_stdlib_version | ||
- cdt_name | ||
- - python | ||
- numpy | ||
- channel_sources | ||
- is_freethreading | ||
zlib: | ||
- '1' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.