Skip to content

Commit 1065397

Browse files
authored
Test on Python 3.14 (#159)
1 parent 6a3f276 commit 1065397

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
- "3.11"
4242
- "3.12"
4343
- "3.13"
44+
- "3.14"
4445
steps:
4546
- uses: actions/checkout@v6
4647
- uses: extractions/setup-just@v3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ ignore = [
5959
extend-per-file-ignores = { "*/test_*/*" = ["S101", "SLF001", "ARG", "PLR6301"] }
6060

6161
[tool.pytest.ini_options]
62-
addopts = "--cov -s -vv --reruns 4 --only-rerun FailedAllConnectAttemptsError"
62+
addopts = "--cov -s -vv --reruns 6 --only-rerun FailedAllConnectAttemptsError"
6363

6464
[tool.coverage.report]
6565
skip_covered = true

0 commit comments

Comments
 (0)