Skip to content

Commit

Permalink
Merge pull request #313 from hramezani/update_python
Browse files Browse the repository at this point in the history
Update python
  • Loading branch information
KristianOellegaard authored Dec 9, 2021
2 parents 9e9d5ec + af7f5ba commit be768e5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
django-version:
- 2.2.*
- 3.1.*
- 3.2.*
steps:
- uses: actions/checkout@v2
- name: Setup Python version ${{ matrix.python-version }}
Expand Down
8 changes: 8 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,18 @@ license_file = LICENSE
classifier =
Development Status :: 5 - Production/Stable
Framework :: Django
Framework :: Django :: 2.2
Framework :: Django :: 3.1
Framework :: Django :: 3.2
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Topic :: Software Development :: Quality Assurance
Topic :: System :: Logging
Topic :: System :: Monitoring
Expand Down

0 comments on commit be768e5

Please sign in to comment.