Skip to content

Commit d1bf811

Browse files
committed
wip
1 parent cd703c2 commit d1bf811

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
virtualenvs-create: true
2121
virtualenvs-in-project: true
2222

23-
- name: Set up Python 3.12
23+
- name: Set up Python 3.13
2424
uses: actions/setup-python@v5
2525
with:
26-
python-version: "3.12"
26+
python-version: "3.13"
2727
cache: poetry
2828

2929
- name: Install requirements

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-python@v5
1616
with:
17-
python-version: '3.12'
17+
python-version: '3.13'
1818
- uses: pre-commit/[email protected]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Django friendly finite state machine support
22

33
[![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)
55
[![Documentation](https://img.shields.io/static/v1?label=Docs&message=READ&color=informational&style=plastic)](https://github.com/django-commons/django-fsm-2#settings)
66
[![MIT License](https://img.shields.io/static/v1?label=License&message=MIT&color=informational&style=plastic)](https://github.com/django-commons/anymail-history/LICENSE)
77

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ envlist =
44
py{310,311,312}-dj50
55
py{310,311,312}-dj51
66
py{310,311,312,313}-dj52
7+
py{312,313}-djmain
78
skipsdist = True
89

910
[testenv]
@@ -12,6 +13,7 @@ deps =
1213
dj50: Django==5.0
1314
dj51: Django==5.1
1415
dj52: Django==5.2
16+
djmain: Django==https://github.com/django/django/archive/main.tar.gz
1517

1618
django-guardian
1719
graphviz

0 commit comments

Comments
 (0)