From 5f98f3bfd56ab493237cf2306b640726838f9d73 Mon Sep 17 00:00:00 2001 From: Richard Barran Date: Fri, 28 Jul 2023 01:54:38 +0200 Subject: [PATCH] Python 3.11 --- .github/workflows/ci.yml | 2 +- CHANGELOG.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17bd04e..c71d6a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - python: [ 3.8, 3.9, '3.10', '3.11' ] + python: [ 3.8, 3.9, '3.10' ] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d159721..7772bc9 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -9,6 +9,7 @@ Changelog - Fixed deprecation warnings from Pillow. Should fix #225. - Handle when PHOTOLOGUE_DIR is not a string. Should fix #224. - Checked compatibility with Django 4.1 and 4.2. Dropped 2.2 and 4.0. +- Note: not testing against Python 3.11 as I do not have it installed. 3.15.1 (2022-02-23)