Skip to content

Commit e6d905c

Browse files
committed
removed python3.7
1 parent 4b449e4 commit e6d905c

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

.github/workflows/python-package.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ jobs:
1717
matrix:
1818
python-version: ["3.8", "3.9", "3.10"]
1919
django-version: ["3.2", "4.0", "4.1"]
20-
include:
21-
- python-version: "3.7"
22-
django-version: "3.2"
2320

2421
steps:
2522
- uses: actions/checkout@v2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ djangosaml2
77
![Python version](https://img.shields.io/badge/license-Apache%202-blue.svg)
88
![Django versions](https://img.shields.io/pypi/djversions/djangosaml2)
99
![Documentation Status](https://readthedocs.org/projects/djangosaml2/badge/?version=latest)
10-
![License](https://img.shields.io/badge/python-3.7%20%7C%203.8%20%7C%203.9%20%7C%203.10-blue.svg)
10+
![License](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10-blue.svg)
1111

1212

1313
A Django application that builds a Fully Compliant SAML2 Service Provider on top of PySAML2 library.

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ def read(*rnames):
4242
"License :: OSI Approved :: Apache Software License",
4343
"Operating System :: OS Independent",
4444
"Programming Language :: Python",
45-
"Programming Language :: Python :: 3.7",
4645
"Programming Language :: Python :: 3.8",
4746
"Programming Language :: Python :: 3.9",
4847
"Programming Language :: Python :: 3.10",

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py{3.7,3.8,3.9,3.10}-django{3.2,4.0,4.1}
3+
py{3.8,3.9,3.10}-django{3.2,4.0,4.1}
44

55
[testenv]
66
commands =

0 commit comments

Comments
 (0)