File tree 4 files changed +5
-4
lines changed 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 47
47
48
48
- uses : actions/setup-python@v2
49
49
with :
50
- python-version : 2 .7
50
+ python-version : 3 .7
51
51
52
52
- name : Build Wheel
53
53
run : |
71
71
72
72
- uses : actions/setup-python@v2
73
73
with :
74
- python-version : 2 .7
74
+ python-version : 3 .7
75
75
76
76
- name : Build sdist
77
77
run : python setup.py sdist --format=zip
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133
133
strategy :
134
134
fail-fast : false
135
135
matrix :
136
- python-version : [2.7, 3.7]
136
+ python-version : [3.7]
137
137
138
138
# Skip redundant checks for binary releases
139
139
if : " !startsWith(github.ref, 'refs/heads/release/')"
Original file line number Diff line number Diff line change 4
4
5
5
- Add NSError to mechanism. ([ #925 ] ( https://github.com/getsentry/relay/pull/925 ) )
6
6
- Add snapshot to the stack trace interface. ([ #927 ] ( https://github.com/getsentry/relay/pull/927 ) )
7
+ - Drop python 2.7 support. ([ #929 ] ( https://github.com/getsentry/relay/pull/929 ) )
7
8
8
9
## 0.8.2
9
10
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ if [ "$AUDITWHEEL_ARCH" == "i686" ]; then
16
16
LINUX32=linux32
17
17
fi
18
18
19
- $LINUX32 /opt/python/cp27-cp27mu /bin/python setup.py bdist_wheel
19
+ $LINUX32 /opt/python/cp37-cp37mu /bin/python setup.py bdist_wheel
20
20
21
21
# Audit wheels
22
22
for wheel in dist/* -linux_* .whl; do
You can’t perform that action at this time.
0 commit comments