Skip to content

Commit

Permalink
Merge branch 'main' into feat/update_smartopen
Browse files Browse the repository at this point in the history
  • Loading branch information
svlandeg committed Mar 22, 2024
2 parents 4fc8ae4 + 9acfe5d commit 91e70fa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python_version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
include:
- os: ubuntu-20.04
python_version: "3.6"
- os: windows-2019
python_version: "3.6"
runs-on: ${{ matrix.os }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ pytest>=5.2.0,!=7.1.0
mypy>=1.5.0,<1.7.0; python_version >= "3.8"
types-requests
types-setuptools>=57.0.0
ruff>=0.0.259; python_version > "3.6"
ruff>=0.0.259
isort>=5.12.0,<6.0; python_version > "3.7"
pre-commit>=3.2.0,<4.0.0; python_version > "3.7"
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ classifiers =
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Expand All @@ -30,7 +29,7 @@ project_urls =
Source = https://github.com/explosion/weasel/

[options]
python_requires = >=3.6
python_requires = >=3.7
install_requires =
confection>=0.0.4,<0.2.0
packaging>=20.0
Expand Down

0 comments on commit 91e70fa

Please sign in to comment.