Skip to content

Commit

Permalink
removing pyton 3.10 from pytest CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cmatKhan committed Feb 4, 2024
1 parent 85780f7 commit d2a61e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
windows-2022,
windows-2019,
]
python-version: ["3.11", "3.10"]
# note that this package requires Python 3.11. I don't see any reason
# at this point to make it backwards compatible
python-version: ["3.11"]
runs-on: ${{ matrix.os }}
steps:
- name: Set up Python
Expand Down

0 comments on commit d2a61e1

Please sign in to comment.