Skip to content

Commit e22d57a

Browse files
committed
Drop support for Python 3.9 + 3.10
1 parent 5ab8bd0 commit e22d57a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python: ['3.9', '3.10', '3.11']
18+
python: ['3.11', '3.12']
1919
django: ['3.2', '4.0']
2020
name: Run the test suite (Python ${{ matrix.python }}, Django ${{ matrix.django }})
2121

@@ -51,7 +51,7 @@ jobs:
5151
- uses: actions/checkout@v2
5252
- uses: actions/setup-python@v2
5353
with:
54-
python-version: '3.9'
54+
python-version: '3.11'
5555

5656
- name: Build sdist and wheel
5757
run: |

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Open Forms Client (for Django)
66
:Version: 0.4.0
77
:Source: https://github.com/open-formulieren/open-forms-client-django
88
:Keywords: Open Forms, Client, Django
9-
:PythonVersion: 3.9 - 3.11
9+
:PythonVersion: 3.11+
1010
:DjangoVersion: 3.2 - 4.0
1111

1212
|build-status| |code-quality| |black| |coverage|
@@ -37,7 +37,7 @@ Installation
3737
Requirements
3838
------------
3939

40-
* Python 3.9 or newer
40+
* Python 3.11 or newer
4141
* Django 3.2 or newer
4242

4343

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
envlist =
3-
py{39,310,311}-django{32}
4-
py{39,310,311}-django{40}
3+
py{311,312}-django{32}
4+
py{311,312}-django{40}
55
isort
66
black
77
flake8

0 commit comments

Comments
 (0)