Skip to content

Commit 035bbe6

Browse files
committed
Update test matrix
1 parent b3a596d commit 035bbe6

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project will be documented here.
44

5+
## [Unreleased]
6+
### Added
7+
- Official suppot for Python 3.14.
8+
- Official support for NumPy 2.4.
9+
510
## [1.1.3] - 2025-10-21
611
### Changed
712
- Skip empty header lines to improve interoperability. Thanks to @JTvD

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = global-init,py39-numpy{2.0},py310-numpy{2.0,2.1,2.2},py311-numpy{2.0,2.1,2.2,2.3},py312-numpy{2.0,2.1,2.2,2.3},py313-numpy{2.1,2.2,2.3},global-finalize
2+
envlist = global-init,py39-numpy{2.0},py310-numpy{2.0,2.1,2.2},py311-numpy{2.0,2.1,2.2,2.3,2.4},py312-numpy{2.0,2.1,2.2,2.3,2.4},py313-numpy{2.1,2.2,2.3,2.4},py314-numpy{2.3,2.4},global-finalize
33

44
[gh-actions]
55
python =
@@ -8,6 +8,7 @@ python =
88
3.11: py311
99
3.12: py312
1010
3.13: py313
11+
3.14: py314
1112

1213
[testenv:global-init]
1314
skip_install = True
@@ -25,6 +26,7 @@ deps =
2526
numpy2.1: numpy>=2.1,<2.2
2627
numpy2.2: numpy>=2.2,<2.3
2728
numpy2.3: numpy>=2.3,<2.4
29+
numpy2.4: numpy>=2.4,<2.5
2830
setenv =
2931
COVERAGE_FILE = {toxworkdir}/.coverage.{envname}
3032
commands = py.test test -v --cov=plyfile

0 commit comments

Comments
 (0)