Merge pull request #1538 from pbiering/workflow-test

Workflow test
This commit is contained in:
Peter Bieringer 2024-07-12 05:54:43 +02:00 committed by GitHub
commit 7fd7ec7f7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', pypy-3.8, pypy-3.9]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12.3', pypy-3.8, pypy-3.9]
exclude:
- os: windows-latest
python-version: pypy-3.8

View file

@ -1,6 +1,7 @@
# Changelog
## 3.dev
* Enhancement: remove unexpected control codes from uploaded items
## 3.2.2
* Enhancement: add support for auth.type=denyall (will be default for security reasons in upcoming releases)