From ecbffb3fb652bd792512a092f7ff565ba9751c6c Mon Sep 17 00:00:00 2001 From: Evgeniy Kirov Date: Tue, 18 Jul 2023 12:35:38 +0200 Subject: [PATCH] Removed Python 3.12 from test pipeline due to https://github.com/yaml/pyyaml/issues/724 --- .github/workflows/test.yml | 2 +- HISTORY.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 09be35fa..4af00069 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,7 +43,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12-dev'] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] steps: - uses: actions/checkout@v3 diff --git a/HISTORY.md b/HISTORY.md index 9753b72b..8bf98a5a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -20,7 +20,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Bumped `httpx` dependency for py37+. - Bumped `yarl` dev dependency for py37+. - Bumped `coverage` dev dependency for py37+. -- Tests are now run against Python 3.11 and 3.12 (alpha) as well. The minimum supported version of Python remains 3.6. +- Tests are now run against Python 3.11 as well. The minimum supported version of Python remains 3.6. - Tests are now run against Django 4.0, 4.1 and 4.2 as well. The minimum supported version of Django remains 1.11. ## [4.0.0](https://github.com/uploadcare/pyuploadcare/compare/v3.2.0...v4.0.0) - 2022-12-26