Skip to content

Commit 62e2bf7

Browse files
authored
Drop support for Python 3.10 (#203)
1 parent 524a905 commit 62e2bf7

File tree

3 files changed

+6
-60
lines changed

3 files changed

+6
-60
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ Even better: You could submit a pull request with a fix / new feature!
2525
developers, or if you do not have permission to do that, you may request
2626
the second reviewer to merge it for you.
2727

28-
[github]: https://github.com/frenck/python-twentemilieu/issues
29-
[prs]: https://github.com/frenck/python-twentemilieu/pulls
28+
[github]: https://github.com/joostlek/python-opensky/issues
29+
[prs]: https://github.com/joostlek/python-opensky/pulls

poetry.lock

Lines changed: 2 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ classifiers = [
1515
"Framework :: AsyncIO",
1616
"Intended Audience :: Developers",
1717
"Natural Language :: English",
18-
"Programming Language :: Python :: 3.10",
1918
"Programming Language :: Python :: 3.11",
2019
"Programming Language :: Python :: 3",
2120
"Topic :: Software Development :: Libraries :: Python Modules",
@@ -25,10 +24,9 @@ packages = [
2524
]
2625

2726
[tool.poetry.dependencies]
28-
python = "^3.10"
27+
python = "^3.11"
2928
aiohttp = ">=3.0.0"
3029
yarl = ">=1.6.0"
31-
syrupy = "^4.5.0"
3230

3331
[tool.poetry.group.dev.dependencies]
3432
aresponses = "2.1.6"
@@ -45,6 +43,7 @@ pytest-cov = "4.1.0"
4543
ruff = "0.1.7"
4644
safety = "2.4.0b2"
4745
yamllint = "1.33.0"
46+
syrupy = "^4.6.0"
4847

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

9190
[tool.pylint.MASTER]
92-
extension-pkg-whitelist = [
93-
"pydantic",
94-
]
9591
ignore = [
9692
"tests",
9793
]

0 commit comments

Comments
 (0)