File tree Expand file tree Collapse file tree 3 files changed +64
-2
lines changed Expand file tree Collapse file tree 3 files changed +64
-2
lines changed Original file line number Diff line number Diff line change 52
52
- name : Set up Python
53
53
uses : actions/setup-python@v4
54
54
with :
55
- python-version : 3.x
55
+ python-version : " 3.10 "
56
56
57
57
# Initializes the CodeQL tools for scanning.
58
58
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 35
35
- uses : actions/setup-python@v5
36
36
with :
37
37
# Build sdist on lowest supported Python
38
- python-version : ' 3.9 '
38
+ python-version : ' 3.10 '
39
39
40
40
- name : Install python requirements
41
41
run : |
Original file line number Diff line number Diff line change
1
+ # Created by https://www.toptal.com/developers/gitignore/api/python
2
+ # Edit at https://www.toptal.com/developers/gitignore?templates=python
3
+
4
+ # ## Python ###
5
+ # Byte-compiled / optimized / DLL files
6
+ __pycache__ /
7
+ * .py [cod ]
8
+ * $py.class
9
+
10
+ # C extensions
11
+ * .so
12
+
13
+ # Distribution / packaging
14
+ .Python
15
+ build /
16
+ develop-eggs /
17
+ dist /
18
+ downloads /
19
+ eggs /
20
+ .eggs /
21
+ lib /
22
+ lib64 /
23
+ parts /
24
+ sdist /
25
+ var /
26
+ wheels /
27
+ share /python-wheels /
28
+ * .egg-info /
29
+ .installed.cfg
30
+ * .egg
31
+ MANIFEST
32
+
33
+ # Installer logs
34
+ pip-log.txt
35
+ pip-delete-this-directory.txt
36
+
37
+ # Unit test / coverage reports
38
+ htmlcov /
39
+ .tox /
40
+ .nox /
41
+ .coverage
42
+ .coverage. *
43
+ .cache
44
+ nosetests.xml
45
+ coverage.xml
46
+ * .cover
47
+ * .py,cover
48
+ .hypothesis /
49
+ .pytest_cache /
50
+ cover /
51
+
52
+ # Sphinx documentation
53
+ docs /_build /
54
+
55
+ # Environments
56
+ .env
57
+ .venv
58
+
59
+ # ruff
60
+ .ruff_cache /
61
+
62
+ # End of https://www.toptal.com/developers/gitignore/api/python
You can’t perform that action at this time.
0 commit comments