Skip to content

Commit

Permalink
3.14 isn't released yet
Browse files Browse the repository at this point in the history
  • Loading branch information
nchammas committed Dec 13, 2024
1 parent 7d5c996 commit 2c9f7bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/flintrock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2c9f7bb

Please sign in to comment.