Skip to content

Commit

Permalink
GitHub Actions: also test Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixSchwarz committed Oct 18, 2024
1 parent aa8207f commit b3e77ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12", pypy3.9]
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12", "3.13", pypy3.9]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ solid piece of software. I wrote yet another library because I wanted

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

0 comments on commit b3e77ef

Please sign in to comment.