Skip to content

Commit bb3eef6

Browse files
committed
chore: Add Python 3.14 tests
1 parent f2aac46 commit bb3eef6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/build-test-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# This file tests the claimed support range of PyBIDS including
22
#
33
# * Operating systems: Linux, OSX
4+
name: Build-test-deploy
45

56
on:
67
push:
@@ -54,7 +55,7 @@ jobs:
5455
strategy:
5556
matrix:
5657
os: ['ubuntu-latest', 'macos-latest']
57-
python-version: ['3.10', '3.11', '3.12', '3.13']
58+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
5859
dependencies: ['full', 'pre']
5960
source: ['repo']
6061
include:

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires =
33
tox>=4
44
tox-uv
55
envlist =
6-
py31{0,1,2,3}-{full,pre}
6+
py31{0,1,2,3,4}-{full,pre}
77
py310-min
88
skip_missing_interpreters = true
99

@@ -14,6 +14,7 @@ python =
1414
3.11: py311
1515
3.12: py312
1616
3.13: py313
17+
3.14: py314
1718

1819
[gh-actions:env]
1920
DEPENDS =

0 commit comments

Comments
 (0)