Skip to content

Commit

Permalink
Add builds on Python 3.8 & 3.9
Browse files Browse the repository at this point in the history
Ref: #572
  • Loading branch information
Stranger6667 committed Nov 26, 2020
1 parent aa1aa10 commit f51988a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,22 @@ jobs:
tox_env: django31-py37
- python: 3.7
tox_env: django_master-py37
- python: 3.8
tox_env: django22-py38
- python: 3.8
tox_env: django30-py38
- python: 3.8
tox_env: django31-py38
- python: 3.8
tox_env: django_master-py38
- python: 3.9
tox_env: django22-py39
- python: 3.9
tox_env: django30-py39
- python: 3.9
tox_env: django31-py39
- python: 3.9
tox_env: django_master-py39
name: ${{ matrix.tox_env }}
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ A little Django app that uses ``py-moneyed`` to add support for Money
fields in your models and forms.

* Django versions supported: 1.11, 2.1, 2.2, 3.0, 3.1
* Python versions supported: 3.5, 3.6, 3.7
* Python versions supported: 3.5, 3.6, 3.7, 3.8, 3.9
* PyPy versions supported: PyPy3

If you need support for older versions of Django and Python, please refer to older releases mentioned in `the release notes <https://django-money.readthedocs.io/en/latest/changes.html>`__.
Expand Down
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[tox]
envlist =
django_master-py{37,36}
django31-py{37,36}
django30-py{37,36}
django22-py{37,36}
django_master-py{39,38,37,36}
django31-py{39,38,37,36}
django30-py{39,38,37,36}
django22-py{39,38,37,36}
django21-py{37,36,35,py3}
django111-py{36,35}
lint
Expand Down

0 comments on commit f51988a

Please sign in to comment.