From a6cb89631217cd640d4df90a020e52a74d0ef874 Mon Sep 17 00:00:00 2001 From: Vinit Kumar Date: Thu, 13 Feb 2025 12:27:23 +0530 Subject: [PATCH] feat: update to python 3.14.5 alpha' --- .github/workflows/pythonpackage.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 9396564..42dc635 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -21,15 +21,15 @@ jobs: ] include: # Add exact version 3.14.0-alpha.0 for ubuntu-latest only - - python-version: '3.14.0-alpha.1' + - python-version: '3.14.0-alpha.5' tox-python-version: py314-full os: ubuntu-latest exclude: # Exclude other OSes with Python 3.14.0-alpha.0 - - python-version: '3.14.0-alpha.1' + - python-version: '3.14.0-alpha.5' tox-python-version: py314-full os: windows-latest - - python-version: '3.14.0-alpha.1' + - python-version: '3.14.0-alpha.5' os: macos-latest tox-python-version: py314-full