This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to tag v0.10.0.b1 in repository https://gitbox.apache.org/repos/asf/fury.git
commit a2f677b6d2d1c9bd49b6cd807ba283fc34ee3a97 Author: chaokunyang <[email protected]> AuthorDate: Thu Feb 6 18:29:27 2025 +0800 fix py3.10 setup --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6a16bc41..54ad8331 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -31,7 +31,7 @@ jobs: url: https://pypi.org/project/pyfury strategy: matrix: - python-version: [3.8, 3.9, 3.10.12, 3.11, 3.12] + python-version: [3.8, 3.9, 3.10, 3.11, 3.12] os: [ubuntu-latest, macos-13, macos-14, windows-2022] # macos-13: x86, macos-14: arm64 runs-on: ${{ matrix.os }} steps: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
