We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b3e548 commit f7072f7Copy full SHA for f7072f7
.github/workflows/python-package.yml
@@ -16,12 +16,12 @@ jobs:
16
strategy:
17
# You can use PyPy versions in python-version. For example, pypy2 and pypy3
18
matrix:
19
- python-version: [3.7, 3.8, 3.9]
+ python-version: ["3.10", "3.11"]
20
21
steps:
22
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
23
- name: Set up Python ${{ matrix.python-version }}
24
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
25
with:
26
python-version: ${{ matrix.python-version }}
27
# You can test your matrix by printing the current Python version
0 commit comments