Skip to content

Commit

Permalink
Merge pull request #242 from sdolemelipone/python-3.10
Browse files Browse the repository at this point in the history
Add Python 3.10 and Django 4.0, remove Django 2.1
  • Loading branch information
jonashaag authored Jan 7, 2022
2 parents 96b8c68 + 0436f98 commit 66ca631
Show file tree
Hide file tree
Showing 4 changed files with 110 additions and 75 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Tests
on: [push, pull_request]
env:
LATEST_PYTHON_VERSION: 3.9
LATEST_PYTHON_VERSION: "3.10"
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
name: Python ${{ matrix.python-version }} tests
steps:
- uses: actions/checkout@v2
Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
Change History
==============

0.15.0 (TBC)
-------------------------

Changes:
~~~~~~~~
Supported Versions:

======== ==========
Python Django
======== ==========
3.5 2.2
3.6-3.7 2.2–3.2
3.8-3.9 2.2–4.0
3.10 3.2-4.0
======== ==========

- Added support for Django 4.0 and Python 3.10.
- Removed support for Django 2.1

0.14.0 (2021-06-08)
-------------------------

Expand Down
Loading

0 comments on commit 66ca631

Please sign in to comment.