Commit a0e3be0
authored
fix: Python 3.9 support (#209)
* chore: ignore .vscode folder
* fix: support PEP 604 annotation syntax in python 3.9
* tests: do not use datetime.UTC alias to support python 3.9
* style: linting
* Revert "style: linting"
This reverts commit 84c7214.
* style: linting
* ci: add 3.9 and 3.10 to test matrix1 parent 705b1e9 commit a0e3be0
File tree
4 files changed
+5
-2
lines changed- .github/workflows
- fastapi_azure_auth
- tests
4 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
0 commit comments