Compare commits

...

3 Commits

Author SHA1 Message Date
Kim Christie
221a0b324d
Downgrade pytest from 8.4.3 to 8.4.2 2025-09-12 12:19:51 +01:00
Kim Christie
2779aa36e2
Update pytest version to 8.4.3 2025-09-12 12:18:44 +01:00
Kim Christie
545fa26085
Add Python 3.14 to test matrix 2025-09-12 12:14:49 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ jobs:
strategy: strategy:
matrix: matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
steps: steps:
- uses: "actions/checkout@v4" - uses: "actions/checkout@v4"

View File

@ -21,7 +21,7 @@ twine==6.1.0
coverage[toml]==7.10.6 coverage[toml]==7.10.6
cryptography==45.0.7 cryptography==45.0.7
mypy==1.17.1 mypy==1.17.1
pytest==8.4.1 pytest==8.4.2
ruff==0.12.11 ruff==0.12.11
trio==0.30.0 trio==0.30.0
trio-typing==0.10.0 trio-typing==0.10.0