Skip to content

Commit abe91c1

Browse files
add Python 3.14 to classifiers and CI
1 parent 9655683 commit abe91c1

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/basic_test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- "3.11"
3535
- "3.12"
3636
- "3.13"
37+
- "3.14"
3738

3839
steps:
3940
# Only check out HEAD. We don't need the full history.

.github/workflows/basic_test_skipped.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- "3.11"
3131
- "3.12"
3232
- "3.13"
33+
- "3.14"
3334

3435
steps:
3536
- run: 'echo "Skipped due to path filter."'

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ classifiers =
2828
Programming Language :: Python :: 3.11
2929
Programming Language :: Python :: 3.12
3030
Programming Language :: Python :: 3.13
31+
Programming Language :: Python :: 3.14
3132
Topic :: Software Development
3233
Topic :: Software Development :: Debuggers
3334
Topic :: Software Development :: Embedded Systems

0 commit comments

Comments
 (0)