Skip to content

Commit

Permalink
github action revert
Browse files Browse the repository at this point in the history
  • Loading branch information
un33k committed Nov 18, 2022
1 parent a2aaded commit c236c15
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [3.7, 3.8, 3.9, 3.10, 3.11, pypy3.8]
python: [3.7, 3.8, 3.9, "3.10", 3.11, pypy3.8]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [3.7, 3.8, 3.9, 3.10, 3.11, pypy3.8]
python: [3.7, 3.8, 3.9, "3.10", 3.11, pypy3.8]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [3.7, 3.8, 3.9, 3.10, 3.11, pypy3.8]
python: [3.7, 3.8, 3.9, "3.10", 3.11, pypy3.8]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 7.0.0

- Drop python 3.6, add python 3.11
- Drop python 3.6, add python 3.11 (@hugovk - thx)

## 6.1.2

Expand Down

0 comments on commit c236c15

Please sign in to comment.