Skip to content

Commit 3c9deb5

Browse files
committed
chore: remove tests against 3.14
1 parent e079b9a commit 3c9deb5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
runs-on: ubuntu-latest
2323
strategy:
2424
matrix:
25-
pythonversion: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
25+
# vcrpy is not compatible with Python 3.14 yet so we cannot test against it
26+
pythonversion: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2627
steps:
2728
- uses: actions/checkout@v5
2829
- uses: actions/setup-python@v6

0 commit comments

Comments
 (0)