We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b621b4 commit a66b9afCopy full SHA for a66b9af
.github/workflows/lint.yml
@@ -12,10 +12,10 @@ jobs:
12
13
steps:
14
- uses: actions/checkout@v3
15
- - name: Set up Python 3.8
+ - name: Set up Python 3.9
16
uses: actions/setup-python@v4
17
with:
18
- python-version: 3.8
+ python-version: 3.9
19
- name: Install Lint Dependencies
20
run: |
21
pip install -r test-requirements.txt --no-cache-dir
setup.cfg
@@ -7,4 +7,4 @@ keep_going = True
7
strict_import = True
8
# Disable import errors since our pybind modules are not available during type check and we don't supply type stubs
9
disable = import-error
10
-python_version = 3.8
+python_version = 3.9
0 commit comments