Skip to content

Commit 7d0af31

Browse files
Copilotcandleindark
andcommitted
Add Python 3.13 and 3.14 to package metadata and test matrices
Co-authored-by: candleindark <12135617+candleindark@users.noreply.github.com>
1 parent a169e33 commit 7d0af31

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/test-nonetwork.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
- '3.10'
2323
- '3.11'
2424
- '3.12'
25+
- '3.13'
26+
- '3.14'
2527
steps:
2628
- name: Set up environment
2729
uses: actions/checkout@v6

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [windows-latest, ubuntu-latest, macos-latest]
19-
python: ['3.10', '3.11', '3.12']
19+
python: ['3.10', '3.11', '3.12', '3.13', '3.14']
2020
vendored_env: [unvendored]
2121
include:
2222
- os: ubuntu-latest

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ classifiers =
1515
Programming Language :: Python :: 3.10
1616
Programming Language :: Python :: 3.11
1717
Programming Language :: Python :: 3.12
18+
Programming Language :: Python :: 3.13
19+
Programming Language :: Python :: 3.14
1820
Topic :: Scientific/Engineering
1921
license = Apache 2.0
2022
description = Schemata for DANDI archive project

0 commit comments

Comments
 (0)