Skip to content

Commit

Permalink
BugFix
Browse files Browse the repository at this point in the history
  • Loading branch information
helviojunior committed Nov 6, 2024
1 parent 5dd1864 commit 712130f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,13 +190,10 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.9", "3.10", "3.11"]
experimental: [false]
os: [ubuntu-latest, macos-latest, windows-latest]
include:
- python-version: "3.7"
experimental: false
os: ubuntu-20.04
- python-version: "3.11"
experimental: true
os: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
package_data=package_data,
data_files=[('', ['requirements.txt'])],
include_package_data=False,
python_requires=">=3.7, <4",
python_requires=">=3.9, <4",
install_requires=requires,
license=meta["__license__"],
readme="README.md",
Expand Down

0 comments on commit 712130f

Please sign in to comment.