diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 12f28633..03467b85 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 38ffafa3..beb6ea72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)