Skip to content

Commit 88cb96a

Browse files
committed
GitHub Actions: also test Python 3.13
1 parent 5e3eadc commit 88cb96a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
strategy:
4343
fail-fast: false
4444
matrix:
45-
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12", pypy3.9]
45+
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12", "3.13", pypy3.9]
4646

4747
steps:
4848
- uses: actions/checkout@v4

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ solid piece of software. I wrote yet another library because I wanted
313313

314314
The project uses GitHub Actions to run the test suite. Hopefully this means all
315315
tested versions are suitable for production.
316-
At the moment I test Python 3.6-3.12 as well as pypy3 on Linux.
316+
At the moment I test Python 3.6-3.13 as well as pypy3 on Linux.
317317
Deployment on Windows is not recommended as all locking will be disabled on
318318
Windows (due to its inability to delete/move open files) but development on
319319
a Windows machine should be fine.

0 commit comments

Comments
 (0)