Commit 1a71201
Merged PR posit-dev/positron-python#99: add matrix of python versions to positron-ci.yml
Merge pull request #99 from posit-dev/gh-actions-matrix
--------------------
Commit message for posit-dev/positron-python@72b465d:
linting
--------------------
Commit message for posit-dev/positron-python@a1c46fd:
import annotations from future
This allows typing annotations from future Python versions to be used in
older versions. Specifically, this solves the pyright issue: subscript
for class "set" will generate runtime exception; enclose type annotation
in quotes in Python 3.8.
--------------------
Commit message for posit-dev/positron-python@c2fbc47:
move to matrix across os and python versions
--------------------
Commit message for posit-dev/positron-python@dbe9748:
remove all testing for 3.7
--------------------
Commit message for posit-dev/positron-python@48bc5f2:
add multiple OSes to CI matrix
--------------------
Commit message for posit-dev/positron-python@3c56b37:
add matrix of python versions to positron-ci.yml
now testing on python 3.8, 3.9, 3.10, 3.11 for ubuntu-latest
Authored-by: Isabel Zimmerman <[email protected]>
Signed-off-by: Isabel Zimmerman <[email protected]>1 parent 49ea6a2 commit 1a71201
File tree
2 files changed
+15
-3
lines changed- extensions/positron-python
- .github/workflows
- pythonFiles/tests
2 files changed
+15
-3
lines changedLines changed: 14 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
59 | 70 | | |
60 | 71 | | |
61 | 72 | | |
62 | 73 | | |
63 | | - | |
| 74 | + | |
64 | 75 | | |
65 | 76 | | |
66 | | - | |
| 77 | + | |
67 | 78 | | |
68 | 79 | | |
69 | 80 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
0 commit comments