Skip to content

Commit

Permalink
Fixes CI and Read the Docs configs
Browse files Browse the repository at this point in the history
  • Loading branch information
cuducos committed Apr 12, 2024
1 parent e2a6d2d commit 613e8e3
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 21 deletions.
File renamed without changes.
40 changes: 20 additions & 20 deletions .github/workflows/tests.yml → .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,27 @@ jobs:
strategy:
matrix:
python-version:
- 3.12
- 3.11
- 3.10
- 3.9
django-version:
- 5.0
- 4.2
- 3.2
- "3.12"
- "3.11"
- "3.10"
- "3.9"
dja "go-version:
- "5.0"
- "4.2"
- "3.2"
exclude:
- django-version: 3.2
python-version: 3.10
- django-version: 3.2
python-version: 3.11
- django-version: 3.2
python-version: 3.12
- django-version: 4.2
python-version: 3.11
- django-version: 4.2
python-version: 3.12
- django-version: 5.0
python-version: 3.9
- django-version: "3.2"
python-version: "3.10"
- django-version: "3.2"
python-version: "3.11"
- django-version: "3.2"
python-version: "3.12"
- django-version: "4.2"
python-version: "3.11"
- django-version: "4.2"
python-version: "3.12"
- django-version: "5.0"
python-version: "3.9"
name: Python ${{ matrix.python-version }} & Django ${{ matrix.django-version }}
steps:
- uses: actions/checkout@v2
Expand Down
11 changes: 11 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.12"
sphinx:
configuration: docs/conf.py
python:
install:
- method: pip
path: .
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![PyPI](https://img.shields.io/pypi/v/django-public-admin)](https://pypi.org/project/django-public-admin/) [![Documentation Status](https://readthedocs.org/projects/django-public-admin/badge/?version=latest)](https://django-public-admin.readthedocs.io/en/latest/?badge=latest) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/django-public-admin)](https://pypi.org/project/django-public-admin/) [![PyPI - Django Version](https://img.shields.io/pypi/djversions/django-public-admin)](https://pypi.org/project/django-public-admin/)
[![PyPI](https://img.shields.io/pypi/v/django-public-admin)](https://pypi.org/project/django-public-admin/) [![Tests](https://img.shields.io/github/actions/workflow/status/cuducos/django-public-admin/tests.yaml)](https://github.com/cuducos/django-public-admin/actions/workflows/tests.yaml) [![Documentation Status](https://readthedocs.org/projects/django-public-admin/badge/?version=latest)](https://django-public-admin.readthedocs.io/en/latest/?badge=latest) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/django-public-admin)](https://pypi.org/project/django-public-admin/) [![PyPI - Django Version](https://img.shields.io/pypi/djversions/django-public-admin)](https://pypi.org/project/django-public-admin/)

# Django Public Admin

Expand Down

0 comments on commit 613e8e3

Please sign in to comment.