Skip to content

Commit

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

steps:
Expand Down
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ 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.7
:PythonVersion: 3.9 - 3.11
:DjangoVersion: 3.2 - 4.0

|build-status| |code-quality| |black| |coverage|

Expand Down Expand Up @@ -36,7 +37,7 @@ Installation
Requirements
------------

* Python 3.7 or newer
* Python 3.9 or newer
* Django 3.2 or newer


Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ classifiers =
Operating System :: Unix
Operating System :: MacOS
Operating System :: Microsoft :: Windows
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Software Development :: Libraries :: Python Modules

[options]
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{37,38,39,310}-django{32}
py{38,39,310}-django{40}
py{39,310,311}-django{32}
py{39,310,311}-django{40}
isort
black
flake8
Expand Down

0 comments on commit 93b1c00

Please sign in to comment.