Skip to content

Commit

Permalink
Drop support for Python3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Feb 26, 2023
1 parent 27136f4 commit 081c1ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
python-version:
- '3.6'
- '3.7'
- '3.8'
- '3.9'
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ classifiers = [
"License :: OSI Approved :: BSD License",
"Programming Language :: Python",
"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 Down Expand Up @@ -41,7 +40,7 @@ keywords = [
]
license = {text = "BSD"}
name = "social-auth-core"
requires-python = ">=3.6"
requires-python = ">=3.7"

[project.optional-dependencies]
all = [
Expand Down

0 comments on commit 081c1ea

Please sign in to comment.