Skip to content

Commit

Permalink
feat: 🎸 support 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoQi99 committed Aug 27, 2024
1 parent 64ef241 commit e0a8175
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-12, windows-2022]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"setuptools >= 42, < 58",
"setuptools >= 42",
"wheel"
]
build-backend = "setuptools.build_meta"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ install_requires =
pycryptodome >= 3.14.1
python-minifier >= 2.6.0
click
python_requires = >=3.6,<3.11
python_requires = >=3.6,<3.12
packages = find:
# package_dir =
# = src
Expand Down

0 comments on commit e0a8175

Please sign in to comment.