Skip to content

Commit

Permalink
Deactivate Python 3.10 on CI and windows-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jedie committed Aug 20, 2022
1 parent 0b211e5 commit 3702c28
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ jobs:
PYTHONUNBUFFERED: 1
strategy:
matrix:
python-version: ["3.10", "3.9", "3.8", "3.7"]
os: [ubuntu-latest, windows-latest, macOS-latest]
# TODO: "3.10" https://github.com/jedie/python-creole/issues/66
python-version: ["3.9", "3.8", "3.7"]
# TODO: Test on windows-latest, too?
os: [ubuntu-latest, macOS-latest]
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 3702c28

Please sign in to comment.