From 4e15970e2683503fb906dd2a3e864d26396509aa Mon Sep 17 00:00:00 2001 From: Vinit kumar Date: Tue, 17 Dec 2024 23:06:36 +0530 Subject: [PATCH] fix: try to get python 3.14 to work --- .github/workflows/pythonpackage.yml | 9 ++++++--- tox.ini | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 4295e0b..9396564 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -21,14 +21,17 @@ jobs: ] include: # Add exact version 3.14.0-alpha.0 for ubuntu-latest only - - python-version: '3.14.0-alpha.0' + - python-version: '3.14.0-alpha.1' + 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.0' + - python-version: '3.14.0-alpha.1' + tox-python-version: py314-full os: windows-latest - - python-version: '3.14.0-alpha.0' + - python-version: '3.14.0-alpha.1' os: macos-latest + tox-python-version: py314-full steps: - uses: actions/checkout@v4 diff --git a/tox.ini b/tox.ini index dce1173..228574a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py310, py311, py312, py313, py314, pypy310 +envlist = py310, py311, py312, py313, py314, pypy310, py314-full [testenv] deps =