Skip to content

Commit ffef2fd

Browse files
committed
Bump python version
1 parent fce9b1a commit ffef2fd

File tree

3 files changed

+11
-51
lines changed

3 files changed

+11
-51
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v2
12-
- name: Set up Python 3.7
12+
- name: Set up Python 3.9
1313
uses: actions/setup-python@v1
1414
with:
15-
python-version: 3.7
15+
python-version: 3.9
1616
- name: Install dependencies
1717
run: |
1818
python -m pip install --upgrade pip

.github/workflows/pythonapp.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v2
12-
- name: Set up Python 3.7
12+
- name: Set up Python 3.9
1313
uses: actions/setup-python@v1
1414
with:
15-
python-version: 3.7
15+
python-version: 3.9
1616
- name: Install dependencies
1717
run: |
1818
python -m pip install --upgrade pip

requirements.txt

+7-47
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,9 @@
1-
apache-beam[gcp]>2.19.0
2-
attrs==19.3.0
3-
avro-python3==1.9.2.1
4-
cachetools==3.1.1
5-
certifi==2019.11.28
6-
chardet==3.0.4
7-
crcmod==1.7
8-
dill==0.3.1.1
9-
docopt==0.6.2
10-
docutils==0.15.2
11-
fastavro==0.21.24
12-
fasteners==0.15
13-
future==0.18.2
14-
gensim==3.8.1
15-
google-cloud-bigquery>=1.17.1
16-
hdfs==2.5.8
17-
idna==2.9
18-
importlib-metadata==1.5.0
19-
jmespath==0.9.5
20-
mock==2.0.0
21-
monotonic==1.5
22-
more-itertools==8.2.0
23-
packaging==20.1
24-
pbr==5.4.4
25-
pluggy==0.13.1
26-
py>=1.10.0
27-
pyarrow==0.15.1
28-
pyasn1==0.4.8
29-
pyasn1-modules==0.2.8
30-
pycld2==0.41
31-
pydot==1.4.1
32-
pymongo==3.10.1
33-
pyparsing==2.4.6
34-
pytest==5.3.5
35-
python-dateutil==2.8.1
36-
pytz==2019.3
37-
requests==2.23.0
38-
rsa>=4.7
39-
s3transfer==0.3.3
40-
scipy==1.4.1
41-
six==1.14.0
42-
smart-open==1.9.0
43-
tqdm==4.43.0
44-
typing==3.7.4.1
45-
typing-extensions==3.7.4.1
46-
wcwidth==0.1.8
47-
zipp==3.0.0
1+
apache-beam[gcp]
2+
chardet
3+
gensim
4+
google-cloud-bigquery
5+
pycld2
6+
requests
7+
tqdm
488
pre-commit
499
coverage

0 commit comments

Comments
 (0)