Skip to content
This repository was archived by the owner on Jun 29, 2022. It is now read-only.

Commit 01a4741

Browse files
committed
add python 3.10 to CI 3
1 parent 7167aa2 commit 01a4741

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
include:
15+
- { python-version: "3.10", os: ubuntu-latest, session: "pre-commit" }
16+
- { python-version: "3.10", os: ubuntu-latest, session: "safety" }
17+
- { python-version: "3.10", os: ubuntu-latest, session: "mypy" }
1518
- { python-version: 3.9, os: ubuntu-latest, session: "pre-commit" }
1619
- { python-version: 3.9, os: ubuntu-latest, session: "safety" }
1720
- { python-version: 3.9, os: ubuntu-latest, session: "mypy" }
1821
- { python-version: 3.9, os: ubuntu-latest, session: "tests" }
1922
- { python-version: 3.9, os: windows-latest, session: "tests" }
2023
- { python-version: 3.9, os: macos-latest, session: "tests" }
21-
- { python-version: "3.10", os: ubuntu-latest, session: "pre-commit" }
22-
- { python-version: "3.10", os: ubuntu-latest, session: "safety" }
23-
- { python-version: "3.10", os: ubuntu-latest, session: "mypy" }
2424
- { python-version: "3.10", os: ubuntu-latest, session: "tests" }
2525
- { python-version: "3.10", os: windows-latest, session: "tests" }
2626
- { python-version: "3.10", os: macos-latest, session: "tests" }

0 commit comments

Comments
 (0)