Skip to content

Commit 88557f5

Browse files
author
Joel Dixon
committed
Revert adding Python 3.14 - streamlit doesn't support it yet
1 parent a7546ad commit 88557f5

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/check_nipanel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [windows-latest, ubuntu-latest, macos-latest]
13-
python-version: ["3.10", 3.14]
13+
python-version: ["3.10", 3.13]
1414
runs-on: ${{ matrix.os }}
1515
steps:
1616
- name: Check out repo

.github/workflows/run_unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [windows-latest, ubuntu-latest]
14-
python-version: ["3.10", 3.11, 3.12, 3.13, 3.14]
14+
python-version: ["3.10", 3.11, 3.12, 3.13]
1515
# Fail-fast skews the pass/fail ratio and seems to make pytest produce
1616
# incomplete JUnit XML results.
1717
fail-fast: false

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ classifiers = [
2323
"Programming Language :: Python :: 3.11",
2424
"Programming Language :: Python :: 3.12",
2525
"Programming Language :: Python :: 3.13",
26-
"Programming Language :: Python :: 3.14",
2726
"Programming Language :: Python :: Implementation :: CPython",
2827
]
2928
requires-python = ">=3.10"

0 commit comments

Comments
 (0)