Skip to content

Commit

Permalink
Drop support for Python 3.10 (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
joostlek authored Dec 6, 2023
1 parent 524a905 commit 62e2bf7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 60 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ Even better: You could submit a pull request with a fix / new feature!
developers, or if you do not have permission to do that, you may request
the second reviewer to merge it for you.

[github]: https://github.com/frenck/python-twentemilieu/issues
[prs]: https://github.com/frenck/python-twentemilieu/pulls
[github]: https://github.com/joostlek/python-opensky/issues
[prs]: https://github.com/joostlek/python-opensky/pulls
54 changes: 2 additions & 52 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 2 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ classifiers = [
"Framework :: AsyncIO",
"Intended Audience :: Developers",
"Natural Language :: English",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3",
"Topic :: Software Development :: Libraries :: Python Modules",
Expand All @@ -25,10 +24,9 @@ packages = [
]

[tool.poetry.dependencies]
python = "^3.10"
python = "^3.11"
aiohttp = ">=3.0.0"
yarl = ">=1.6.0"
syrupy = "^4.5.0"

[tool.poetry.group.dev.dependencies]
aresponses = "2.1.6"
Expand All @@ -45,6 +43,7 @@ pytest-cov = "4.1.0"
ruff = "0.1.7"
safety = "2.4.0b2"
yamllint = "1.33.0"
syrupy = "^4.6.0"

[tool.poetry.urls]
"Bug Tracker" = "https://github.com/joostlek/python-opensky/issues"
Expand Down Expand Up @@ -89,9 +88,6 @@ warn_unused_configs = true
warn_unused_ignores = true

[tool.pylint.MASTER]
extension-pkg-whitelist = [
"pydantic",
]
ignore = [
"tests",
]
Expand Down

0 comments on commit 62e2bf7

Please sign in to comment.