Skip to content

Commit

Permalink
Undo commited modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
ayaka14732 committed Apr 18, 2024
1 parent e82cd3a commit 0081f3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10.0-beta.3"]
python-version: [3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ dist
.mypy_cache
.pytest_cache
__pycache__
/docs
/build
/docs/_build
/venv

0 comments on commit 0081f3b

Please sign in to comment.