Skip to content

Commit

Permalink
Update python/django versions in unit test matrix, readme, and setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rlskoeser committed Jun 22, 2023
1 parent 00a2065 commit 6de0153
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [3.9]
django: [3.2, 4.0]
python: [3.9, 3.10, 3.11]
django: [3.2, 4.0, 4.1, 4.2]
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down
10 changes: 3 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,14 @@ django-pucas
:target: https://travis-ci.org/Princeton-CDH/django-pucas
:alt: Build status

.. image:: https://codecov.io/gh/Princeton-CDH/django-pucas/branch/master/graph/badge.svg
.. image:: https://codecov.io/gh/Princeton-CDH/django-pucas/branch/main/graph/badge.svg
:target: https://codecov.io/gh/Princeton-CDH/django-pucas
:alt: Code Coverage

.. image:: https://www.codefactor.io/repository/github/princeton-cdh/django-pucas/badge
:target: https://www.codefactor.io/repository/github/princeton-cdh/django-pucas
:alt: CodeFactor

.. image:: https://requires.io/github/Princeton-CDH/django-pucas/requirements.svg?branch=master
:target: https://requires.io/github/Princeton-CDH/django-pucas/requirements/?branch=master
:alt: Requirements Status

.. image:: https://img.shields.io/pypi/pyversions/viapy
:alt: PyPI - Python Version

Expand All @@ -35,8 +31,8 @@ support for prepopulating user account data based on an LDAP search.

**django-pucas** is tested against:

* Django ``1.11-3.1``
* Python ``3.5-3.8``
* Django ``3.2-4.0``
* Python ``3.9-3.11``

**django-pucas** requires **django-cas-ng** 3.6 or greater.

Expand Down
16 changes: 6 additions & 10 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,17 @@
classifiers=[
"Environment :: Web Environment",
"Framework :: Django",
"Framework :: Django :: 1.11",
"Framework :: Django :: 2.0",
"Framework :: Django :: 2.1",
"Framework :: Django :: 2.2",
"Framework :: Django :: 3.0",
"Framework :: Django :: 3.1",
"Framework :: Django :: 3.2",
"Framework :: Django :: 4.0",
"Framework :: Django :: 4.1",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Internet :: WWW/HTTP",
"Topic :: System :: Systems Administration :: Authentication/Directory",
Expand Down

0 comments on commit 6de0153

Please sign in to comment.