Commit e22d57a 1 parent 5ab8bd0 commit e22d57a Copy full SHA for e22d57a
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
strategy :
17
17
matrix :
18
- python : ['3.9 ', '3.10', '3.11 ']
18
+ python : ['3.11 ', '3.12 ']
19
19
django : ['3.2', '4.0']
20
20
name : Run the test suite (Python ${{ matrix.python }}, Django ${{ matrix.django }})
21
21
51
51
- uses : actions/checkout@v2
52
52
- uses : actions/setup-python@v2
53
53
with :
54
- python-version : ' 3.9 '
54
+ python-version : ' 3.11 '
55
55
56
56
- name : Build sdist and wheel
57
57
run : |
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Open Forms Client (for Django)
6
6
:Version: 0.4.0
7
7
:Source: https://github.com/open-formulieren/open-forms-client-django
8
8
:Keywords: Open Forms, Client, Django
9
- :PythonVersion: 3.9 - 3.11
9
+ :PythonVersion: 3.11+
10
10
:DjangoVersion: 3.2 - 4.0
11
11
12
12
|build-status | |code-quality | |black | |coverage |
@@ -37,7 +37,7 @@ Installation
37
37
Requirements
38
38
------------
39
39
40
- * Python 3.9 or newer
40
+ * Python 3.11 or newer
41
41
* Django 3.2 or newer
42
42
43
43
Original file line number Diff line number Diff line change 1
1
[tox]
2
2
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}
5
5
isort
6
6
black
7
7
flake8
You can’t perform that action at this time.
0 commit comments