Skip to content

Commit 891228e

Browse files
committed
CI: run on Python 3.10
Refs #294
1 parent 38f44ba commit 891228e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- "3.7"
2525
- "3.8"
2626
- "3.9"
27+
- "3.10"
2728
steps:
2829
- uses: actions/checkout@v2
2930
- name: Set up Python ${{ matrix.python-version }}
@@ -51,7 +52,7 @@ jobs:
5152
- uses: actions/checkout@v2
5253
- uses: actions/setup-python@v2
5354
with:
54-
python-version: 3.9
55+
python-version: "3.10"
5556
- uses: actions/cache@v2
5657
with:
5758
path: ~/.cache/pip

0 commit comments

Comments
 (0)