Skip to content

Commit

Permalink
update available python versions (#349)
Browse files Browse the repository at this point in the history
* update available python versions

* Python 3.11 requires the latest pybind
  • Loading branch information
philbucher committed Jun 25, 2023
1 parent f0e46e7 commit 9769a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10"]
compiler: [GCC, ICC]
timeout-minutes: 15

Expand Down

0 comments on commit 9769a63

Please sign in to comment.