Skip to content

Commit

Permalink
feat: support Python 3.11
Browse files Browse the repository at this point in the history
fix: drop support for Python 3.7

fix: switch from pdm-pep517 to pdm-backend

chore: updte requirements
  • Loading branch information
lyz-code committed Nov 23, 2023
1 parent 3bf1a88 commit 4593f17
Show file tree
Hide file tree
Showing 4 changed files with 707 additions and 941 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
max-parallel: 3
matrix:
python-version: [3.7, 3.8, 3.9, '3.10']
python-version: [3.8, 3.9, '3.10', '3.11']
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.7, 3.8, 3.9, '3.10']
python-version: [3.8, 3.9, '3.10', '3.11']
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
Expand Down
Loading

0 comments on commit 4593f17

Please sign in to comment.