Skip to content

Commit 7816790

Browse files
committed
Update Python version and remove funding sources in GitHub workflows
The python-package GitHub workflow has been updated to only support Python 3.x, as Python 2.x is no longer maintained. Additionally, PayPal and Patreon funding sources have been removed from the FUNDING.yml file.
1 parent 5550a03 commit 7816790

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/FUNDING.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
community_bridge: null
2-
custom:
3-
- https://paypal.me/dvershinin
42
github: dvershinin
53
issuehunt: null
64
ko_fi: null
75
liberapay: null
86
open_collective: null
97
otechie: null
10-
patreon: getpagespeed
118
tidelift: null

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
max-parallel: 4
1111
matrix:
12-
python-version: [ '2.x', '3.x' ]
12+
python-version: [ '3.x' ]
1313

1414
steps:
1515
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)