From 2c9f7bbf246aba4d8b4ce2ed726fa9ff49437923 Mon Sep 17 00:00:00 2001 From: Nicholas Chammas Date: Fri, 13 Dec 2024 12:38:57 -0500 Subject: [PATCH] 3.14 isn't released yet --- .github/workflows/flintrock.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/flintrock.yaml b/.github/workflows/flintrock.yaml index 39a1297..e8d8ba8 100644 --- a/.github/workflows/flintrock.yaml +++ b/.github/workflows/flintrock.yaml @@ -24,7 +24,6 @@ jobs: - "3.11" - "3.12" - "3.13" - - "3.14" name: ${{ matrix.os }} / Python ${{ matrix.python-version }} steps: - uses: actions/checkout@v3 @@ -37,7 +36,7 @@ jobs: - run: python -m build - uses: actions/upload-artifact@v3 # Use the latest supported Python to build a standalone package. - if: ${{ matrix.python-version == '3.14' }} + if: ${{ matrix.python-version == '3.13' }} with: name: Flintrock Standalone - ${{ matrix.os }} path: dist/Flintrock-*-standalone-*.zip