Skip to content

Commit

Permalink
feat: support for python v3.11, v3.10, v3.9, v3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
201st-Luka committed Aug 26, 2023
1 parent 10ae254 commit 2b4f0d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.11"]
python-version: ["3.11", "3.10", "3.9", "3.8"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.11"]
python-version: ["3.11", "3.10", "3.9", "3.8"]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 2b4f0d5

Please sign in to comment.