Skip to content

Commit fba7a46

Browse files
authored
Changed supported python versions (#86)
* Updated pyproject.toml to support Python >= 3.9 * Updated tests to be performed for Python >= 3.9
1 parent 50d7f5e commit fba7a46

File tree

4 files changed

+622
-438
lines changed

4 files changed

+622
-438
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
fail-fast: false
99
matrix:
1010
os: [ "ubuntu-latest", "macos-latest", "windows-latest" ]
11-
python-version: [ "3.7", "3.8", "3.9", ]
11+
python-version: ["3.9", ]
1212
defaults:
1313
run:
1414
shell: bash

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,6 @@
5151
"**/.git/objects/**": true,
5252
"**/.git/subtree-cache/**": true,
5353
"**/node_modules/*/**": true
54-
}
54+
},
55+
"esbonio.sphinx.confDir": "${workspaceFolder}\\docs"
5556
}

0 commit comments

Comments
 (0)