We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9a3ecc commit 8bce012Copy full SHA for 8bce012
.github/workflows/tests.yml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
matrix:
9
# Run in all these versions of Python
10
- python-version: [3.7, 3.8, 3.9]
+ python-version: [3.8, 3.9, 3.10]
11
12
steps:
13
# Checkout the latest code from the repo
0 commit comments