Skip to content

Commit c805aac

Browse files
author
Denis Navarro
committed
order package licenses alphabethically to make the report more idempotent
1 parent 30a5b7c commit c805aac

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python-version: [ 2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10 ]
12+
python-version: [ 2.7, 3.5, 3.6, 3.7, 3.8, 3.9 ]
1313
steps:
1414
- uses: actions/checkout@v3
1515
- name: set up Python ${{ matrix.python-version }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: [ 2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10 ]
13+
python-version: [ 2.7, 3.5, 3.6, 3.7, 3.8, 3.9 ]
1414
steps:
1515
- uses: actions/checkout@v3
1616
- name: set up Python ${{ matrix.python-version }}

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27, py35, py36, py37, py38, py39, py310
2+
envlist = py27, py35, py36, py37, py38, py39
33
skip_missing_interpreters = True
44

55
[gh-actions]
@@ -10,7 +10,6 @@ python =
1010
3.7: py37
1111
3.8: py38
1212
3.9: py39
13-
3.10: py310
1413

1514
[testenv]
1615
deps =

0 commit comments

Comments
 (0)