We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21a2bba commit 29086cfCopy full SHA for 29086cf
1 file changed
.github/workflows/test-conda-forge-install.yml
@@ -14,15 +14,15 @@ jobs:
14
fail-fast: false
15
matrix:
16
os: [ubuntu-latest]
17
- python-version: [3.7, 3.8, 3.9]
+ python-version: [3.10, 3.11, 3.12]
18
include:
19
- - python-version: 3.7
20
- python-version-nd: 37
21
- - python-version: 3.8
22
- python-version-nd: 38
23
- - python-version: 3.9
24
- python-version-nd: 39
25
-
+ - python-version: 3.10
+ python-version-nd: 310
+ - python-version: 3.11
+ python-version-nd: 311
+ - python-version: 3.12
+ python-version-nd: 312
+
26
steps:
27
- uses: actions/checkout@v2
28
- name: Set up Python ${{ matrix.python-version }}
0 commit comments