Skip to content

Commit

Permalink
Stop testing with Python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ataylor32 committed Dec 8, 2023
1 parent dd7a880 commit 0307bac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
max-parallel: 5
matrix:
include:
- django-version: "1.11"
python-version: "2.7"
- django-version: "1.11"
python-version: "3.5"
- django-version: "1.11"
Expand Down
7 changes: 2 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[tox]
envlist =
{py27,py35,py36,py37}-django111,
{py35,py36,py37}-django20
{py35,py36,py37}-django21
{py35,py36,py37}-django{111,20,21}
{py35,py36,py37,py38,py39}-django22
{py36,py37,py38,py39}-django{30,31}
{py36,py37,py38,py39,py310}-django32
Expand All @@ -25,12 +23,11 @@ deps =
django41: Django>=4.1,<4.2
django42: Django>=4.2,<5.0
dj-database-url==0.5.0
py{27,35,36,37,38,39,310}: psycopg2==2.8.5
py{35,36,37,38,39,310}: psycopg2==2.8.5
py311: psycopg2==2.9.6

[gh-actions]
python =
2.7: py27
3.5: py35
3.6: py36
3.7: py37
Expand Down

0 comments on commit 0307bac

Please sign in to comment.