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 38f44ba commit 891228eCopy full SHA for 891228e
1 file changed
.github/workflows/python-package.yml
@@ -24,6 +24,7 @@ jobs:
24
- "3.7"
25
- "3.8"
26
- "3.9"
27
+ - "3.10"
28
steps:
29
- uses: actions/checkout@v2
30
- name: Set up Python ${{ matrix.python-version }}
@@ -51,7 +52,7 @@ jobs:
51
52
53
- uses: actions/setup-python@v2
54
with:
- python-version: 3.9
55
+ python-version: "3.10"
56
- uses: actions/cache@v2
57
58
path: ~/.cache/pip
0 commit comments