Skip to content

Commit

Permalink
Merge pull request #16 from tumb1er/python3.9
Browse files Browse the repository at this point in the history
Add python-3.9 to CI
  • Loading branch information
tumb1er authored Oct 31, 2020
2 parents f5c8de8 + 98d5dd0 commit 9b1ec19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9]
django-version: [2.2, 3.0, 3.1]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@master
with:
python-version: 3.8
python-version: 3.9
- name: Generate coverage report
run: |
pip install -r requirements.txt
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def get_version():
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
('Topic :: Internet :: WWW/HTTP :: Dynamic Content :: '
'Content Management System'),
]
Expand Down

0 comments on commit 9b1ec19

Please sign in to comment.