Skip to content

Commit 25f69f1

Browse files
author
Romain
committed
try python3.14 ci
1 parent ef65684 commit 25f69f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: ["ubuntu-latest", "macos-latest"]
20-
python-version: ["3.11", "3.12", "3.13"]
20+
python-version: ["3.11", "3.12", "3.13", "3.14"]
2121

2222
steps:
2323
- uses: actions/checkout@v4
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
fail-fast: false
3838
matrix:
39-
python-version: ["3.11", "3.12", "3.13"]
39+
python-version: ["3.11", "3.12", "3.13", "3.14"]
4040
pint: ["with", "without"]
4141
resolution: ["highest", "lowest-direct"]
4242
steps:

0 commit comments

Comments
 (0)