File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff 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"
3029dependencies = [
3130 " aiohttp" ,
3231 " async_timeout" ,
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22set -eu
33
4- pyversions=(3.11 3.10 3.9 )
4+ pyversions=(3.11 3.10)
55my_path=$( git rev-parse --show-toplevel)
66my_venv=${my_path} /venv
77
You can’t perform that action at this time.
0 commit comments