Skip to content
This repository has been archived by the owner on May 12, 2024. It is now read-only.

Commit

Permalink
fix: add python 3.9 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Apr 6, 2021
1 parent 081eadf commit 5f97f78
Show file tree
Hide file tree
Showing 6 changed files with 225 additions and 226 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9
- uses: abatilo/actions-poetry@v2.1.0
- name: Install Dependencies
run: poetry install
Expand Down Expand Up @@ -68,6 +68,15 @@ jobs:
- python: 3.8
django: ">=3.2,<3.3"

- python: 3.9
django: ">=2.2,<3.0"
- python: 3.9
django: ">=3.0,<3.1"
- python: 3.9
django: ">=3.1,<3.2"
- python: 3.9
django: ">=3.2,<3.3"

os:
- ubuntu-latest
# - windows-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9
- name: Install labels
run: pip install labels
- name: Sync config with Github
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ This version **does not** include any static files, it's using the TinyMCE from

## Compatibility

- **Python**: 3.6-3.8
- **Python**: 3.6-3.9
- **Django**: 2.2-3.2

## Quick Start
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The main difference with the original fork is that it **does not** include any s

## Compatibility

- **Python**: 3.6-3.8
- **Python**: 3.6-3.9
- **Django**: 2.2-3.2

## License
Expand Down
Loading

0 comments on commit 5f97f78

Please sign in to comment.