Skip to content

Commit 9769a63

Browse files
authored
update available python versions (#349)
* update available python versions * Python 3.11 requires the latest pybind
1 parent f0e46e7 commit 9769a63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
strategy:
121121
fail-fast: false
122122
matrix:
123-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
123+
python-version: ["3.7", "3.8", "3.9", "3.10"]
124124
compiler: [GCC, ICC]
125125
timeout-minutes: 15
126126

0 commit comments

Comments
 (0)