Skip to content

Commit

Permalink
Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Barran committed Jul 27, 2023
1 parent b410ffa commit 5f98f3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5f98f3b

Please sign in to comment.