Skip to content

Commit f97e358

Browse files
committed
Remove more python3.9 references
1 parent d81a67b commit f97e358

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ classifiers = [
1414
"Intended Audience :: Developers",
1515
"License :: OSI Approved :: MIT License",
1616
"Operating System :: OS Independent",
17-
"Programming Language :: Python :: 3.9",
1817
"Programming Language :: Python :: 3.10",
1918
"Programming Language :: Python :: 3.11",
2019
"Topic :: Home Automation",
@@ -26,7 +25,7 @@ maintainers = [
2625
{ name = "bouwew"},
2726
{ name = "CoMPaTech" }
2827
]
29-
requires-python = ">=3.9.0"
28+
requires-python = ">=3.10.0"
3029
dependencies = [
3130
"aiohttp",
3231
"async_timeout",

scripts/python-venv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -eu
33

4-
pyversions=(3.11 3.10 3.9)
4+
pyversions=(3.11 3.10)
55
my_path=$(git rev-parse --show-toplevel)
66
my_venv=${my_path}/venv
77

0 commit comments

Comments
 (0)