Skip to content

Commit 330978b

Browse files
committedJun 1, 2021
Merge tag 'v2.15.1'
repo v2.15.1
2 parents dc12212 + 993af5e commit 330978b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+5355
-2690
lines changed
 

‎.github/workflows/test-ci.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Test CI
55

66
on:
77
push:
8-
branches: [master, repo-1, stable, maint]
8+
branches: [main, repo-1, stable, maint]
99
tags: [v*]
1010

1111
jobs:
@@ -14,10 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest, macos-latest, windows-latest]
17-
python-version: [2.7, 3.6, 3.7, 3.8]
18-
exclude:
19-
- os: windows-latest
20-
python-version: 2.7
17+
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
2118
runs-on: ${{ matrix.os }}
2219

2320
steps:

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ __pycache__
1010
.repopickle_*
1111
/repoc
1212
/.tox
13+
/.venv
1314

1415
# PyCharm related
1516
/.idea/

0 commit comments

Comments
 (0)