From fce30c57d16f1e304adbc5d38212509b49e853e7 Mon Sep 17 00:00:00 2001 From: Vinit kumar Date: Sat, 12 Apr 2025 12:33:51 +0530 Subject: [PATCH] feat: add latest python 3.14 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 3aafdf3..eba37ea 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -26,15 +26,15 @@ jobs: ] include: # Add exact version 3.14.0-alpha.0 for ubuntu-latest only - - python-version: 3.14.0-alpha.6 + - python-version: 3.14.0-alpha.7 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.6 + - python-version: 3.14.0-alpha.7 tox-python-version: py314-full os: windows-latest - - python-version: 3.14.0-alpha.6 + - python-version: 3.14.0-alpha.7 os: macos-latest tox-python-version: py314-full