Skip to content

Commit

Permalink
Fix apicheck CI task and add additional testing for PyPy 3.9 (#616)
Browse files Browse the repository at this point in the history
* Fix sphinx apicheck

  ==============================
   Undocumented Autodoc Modules
  ==============================

  py
  --

  - django_celery_beat.signals

* Add Python 3.11 support

* Add additional django testing for PyPy 3.9

* Update .github/workflows/test.yml

* Update setup.py

Co-authored-by: Asif Saif Uddin <auvipy@gmail.com>
  • Loading branch information
gopackgo90 and auvipy committed Dec 19, 2022
1 parent aac5366 commit 8f13041
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
11 changes: 11 additions & 0 deletions docs/reference/django-celery-beat.signals.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
=====================================================
``django_celery_beat.signals``
=====================================================

.. contents::
:local:
.. currentmodule:: django_celery_beat.signals

.. automodule:: django_celery_beat.signals
:members:
:undoc-members:
1 change: 1 addition & 0 deletions docs/reference/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@
django-celery-beat.utils
django-celery-beat.validators
django-celery-beat.clockedschedule
django-celery-beat.signals
2 changes: 1 addition & 1 deletion requirements/test-django41.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django>=4.1.2,<4.2
django>=4.1.4,<4.2
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ python =
3.8: py38, apicheck, linkcheck
3.9: py39, flake8, pydocstyle, cov
3.10: py310
3.11: py311
pypy-3.9: pypy3

[gh-actions:env]
Expand All @@ -18,7 +19,8 @@ envlist =
py38-django{32,40,41}
py39-django{32,40,41}
py310-django{32,40,41}
pypy3-django{32}
py311-django(41}
pypy3-django{32,40,41}
flake8
apicheck
linkcheck
Expand Down

0 comments on commit 8f13041

Please sign in to comment.