just 3.11 for windows for now

This commit is contained in:
Paul Gauthier 2023-07-05 14:39:21 -07:00
parent e34078da04
commit 0ff4e5362b

View file

@ -8,7 +8,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.11"]
steps:
- name: Check out repository