File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
20
20
virtualenvs-create : true
21
21
virtualenvs-in-project : true
22
22
23
- - name : Set up Python 3.12
23
+ - name : Set up Python 3.13
24
24
uses : actions/setup-python@v5
25
25
with :
26
- python-version : " 3.12 "
26
+ python-version : " 3.13 "
27
27
cache : poetry
28
28
29
29
- name : Install requirements
Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v4
15
15
- uses : actions/setup-python@v5
16
16
with :
17
- python-version : ' 3.12 '
17
+ python-version : ' 3.13 '
18
18
-
uses :
pre-commit/[email protected]
Original file line number Diff line number Diff line change 1
1
# Django friendly finite state machine support
2
2
3
3
[ ![ CI tests] ( https://github.com/django-commons/django-fsm-2/actions/workflows/test.yml/badge.svg )] ( https://github.com/django-commons/django-fsm-2/actions/workflows/test.yml )
4
- [ ![ codecov] ( https://codecov.io/github/django-commons/django-fsm-2/branch/master/ graph/badge.svg?token=GWGDR6AR6D )] ( https://codecov.io/github/django-commons/django-fsm-2 )
4
+ [ ![ codecov] ( https://codecov.io/github/django-commons/django-fsm-2/graph/badge.svg?token=gxsNL3cBl3 )] ( https://codecov.io/github/django-commons/django-fsm-2 )
5
5
[ ![ Documentation] ( https://img.shields.io/static/v1?label=Docs&message=READ&color=informational&style=plastic )] ( https://github.com/django-commons/django-fsm-2#settings )
6
6
[ ![ MIT License] ( https://img.shields.io/static/v1?label=License&message=MIT&color=informational&style=plastic )] ( https://github.com/django-commons/anymail-history/LICENSE )
7
7
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ envlist =
4
4
py{310,311,312}-dj50
5
5
py{310,311,312}-dj51
6
6
py{310,311,312,313}-dj52
7
+ py{312,313}-djmain
7
8
skipsdist = True
8
9
9
10
[testenv]
12
13
dj50: Django ==5.0
13
14
dj51: Django ==5.1
14
15
dj52: Django ==5.2
16
+ djmain: Django ==https://github.com/django/django/archive/main.tar.gz
15
17
16
18
django-guardian
17
19
graphviz
You can’t perform that action at this time.
0 commit comments