Skip to content

Commit

Permalink
Fix python version strings
Browse files Browse the repository at this point in the history
  • Loading branch information
stanmart committed Jan 4, 2025
1 parent 1c49d10 commit ac794a2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci_support/linux_64_python3.13_default.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ cxx_compiler_version:
numpy:
- '2.1'
python:
- 3.13.* *_cpython
- 3.13.* *_cp313
target_platform:
- linux-64
2 changes: 1 addition & 1 deletion .ci_support/osx_64_python3.13_default.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ macos_machine:
numpy:
- '2.1'
python:
- 3.13.* *_cpython
- 3.13.* *_cp313
target_platform:
- osx-64

2 changes: 1 addition & 1 deletion .ci_support/osx_arm64_python3.13.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ macos_machine:
numpy:
- '2.1'
python:
- 3.13.* *_cpython
- 3.13.* *_cp313
target_platform:
- osx-arm64
2 changes: 1 addition & 1 deletion .ci_support/win_64_python3.13.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ cxx_compiler:
numpy:
- '2.1'
python:
- 3.13.* *_cpython
- 3.13.* *_cp313
target_platform:
- win-64

0 comments on commit ac794a2

Please sign in to comment.