Skip to content

Commit 1e981d7

Browse files
pfouquempasternak
andcommitted
Enable CI on GitHub (#6)
* Enable GA builds * Disable Python 3.4 * Don't require ipdb on CI --------- Co-authored-by: Michał Pasternak <michal.dtz@gmail.com>
1 parent af74da0 commit 1e981d7

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
Changelog
22
=========
33

4-
<<<<<<< HEAD
5-
- Drop support for Python < 3.7.
6-
=======
74
django-fsm unreleased
85
~~~~~~~~~~~~~~~~~~~~~~~~~~~
96

7+
- Drop support for Python < 3.7.
108
- add support for django 4.2
119
- add support for python 3.11
12-
>>>>>>> 7df0e6c (feat: support official python/django versions)
1310

1411
django-fsm 2.8.1 2022-08-15
1512
~~~~~~~~~~~~~~~~~~~~~~~~~~~

tox.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ deps =
4141
dj41: coverage==6.4.3
4242
dj41: django-guardian==2.4.0
4343

44+
dj42: Django==4.2.5
45+
dj42: coverage==7.2.7
46+
dj42: django-guardian==2.4.0
47+
4448
graphviz==0.20.1
4549
commands = {posargs:python ./tests/manage.py test}
4650

0 commit comments

Comments
 (0)