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 78cbde625fd21386c2f32c04e5cb08ce5aaf0f3c Author: chaokunyang <[email protected]> AuthorDate: Thu Feb 6 18:33:15 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 54ad8331..f43e7171 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, 3.11, 3.12] + python-version: [3.8, 3.9, 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]
