We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65dac4e commit 15fbb47Copy full SHA for 15fbb47
1 file changed
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
matrix:
37
os: [ubuntu-22.04, ubuntu-20.04]
38
# Lets try to keep testing an LTS python and latest python
39
- python-version: ['3.7', '3.12', '3.13']
+ python-version: ['3.8', '3.12', '3.13']
40
41
runs-on: ${{ matrix.os }}
42
name: Ubuntu ${{ matrix.os }} with Python ${{ matrix.python-version }}
@@ -109,7 +109,7 @@ jobs:
109
strategy:
110
111
112
113
114
name: Windows with Python ${{ matrix.python-version }}
115
steps:
0 commit comments