Skip to content

Commit

Permalink
Drop support for Python 3.9 + 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pi-sigma committed Jul 31, 2024
1 parent 5ab8bd0 commit e22d57a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ['3.9', '3.10', '3.11']
python: ['3.11', '3.12']
django: ['3.2', '4.0']
name: Run the test suite (Python ${{ matrix.python }}, Django ${{ matrix.django }})

Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.9'
python-version: '3.11'

- name: Build sdist and wheel
run: |
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Open Forms Client (for Django)
:Version: 0.4.0
:Source: https://github.com/open-formulieren/open-forms-client-django
:Keywords: Open Forms, Client, Django
:PythonVersion: 3.9 - 3.11
:PythonVersion: 3.11+
:DjangoVersion: 3.2 - 4.0

|build-status| |code-quality| |black| |coverage|
Expand Down Expand Up @@ -37,7 +37,7 @@ Installation
Requirements
------------

* Python 3.9 or newer
* Python 3.11 or newer
* Django 3.2 or newer


Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
py{39,310,311}-django{32}
py{39,310,311}-django{40}
py{311,312}-django{32}
py{311,312}-django{40}
isort
black
flake8
Expand Down

0 comments on commit e22d57a

Please sign in to comment.