We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0acf8b1 commit 084e1a9Copy full SHA for 084e1a9
.github/workflows/main.yml
@@ -41,7 +41,7 @@ jobs:
41
strategy:
42
matrix:
43
os: [ubuntu-latest]
44
- python-version: ['3.7', '3.8', '3.9', '3.10']
+ python-version: ['3.8', '3.9', '3.10', '3.11']
45
steps:
46
- uses: actions/checkout@v2
47
- name: Set up Python
0 commit comments