We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef65684 commit 25f69f1Copy full SHA for 25f69f1
1 file changed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
fail-fast: false
18
matrix:
19
os: ["ubuntu-latest", "macos-latest"]
20
- python-version: ["3.11", "3.12", "3.13"]
+ python-version: ["3.11", "3.12", "3.13", "3.14"]
21
22
steps:
23
- uses: actions/checkout@v4
@@ -36,7 +36,7 @@ jobs:
36
strategy:
37
38
39
40
pint: ["with", "without"]
41
resolution: ["highest", "lowest-direct"]
42
0 commit comments