File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 44name : Latest release
55
66env :
7- CACHE_VERSION : 6
8- DEFAULT_PYTHON : 3.9
7+ CACHE_VERSION : 7
8+ DEFAULT_PYTHON : 3.10
99
1010# Only run on merges
1111on :
Original file line number Diff line number Diff line change 44name : Latest commit
55
66env :
7- CACHE_VERSION : 9
8- DEFAULT_PYTHON : " 3.9 "
7+ CACHE_VERSION : 1
8+ DEFAULT_PYTHON : " 3.10 "
99 PRE_COMMIT_HOME : ~/.cache/pre-commit
1010
1111on :
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ norecursedirs = [
130130]
131131
132132[tool .mypy ]
133- python_version = 3.9
133+ python_version = 3.10
134134show_error_codes = true
135135follow_imports = " silent"
136136ignore_missing_imports = true
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ classifier =
1010 Intended Audience :: Developers
1111 License :: OSI Approved :: MIT License
1212 Operating System :: OS Independent
13- Programming Language :: Python :: 3.9
13+ Programming Language :: Python :: 3.10
1414 Topic :: Home Automation
1515
1616[mypy]
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Once the project is ready for upload to test (i.e. version number ending in `a0`
2727
2828Prepare:
2929
30- - [ ] ` python3.9 -m venv venv ; source venv/bin/activate ; pip install --upgrade pip; pip install -r requirements_test.txt ; pip install --upgrade setuptools wheel twine `
30+ - [ ] ` python3 -m venv venv ; source venv/bin/activate ; pip install --upgrade pip; pip install -r requirements_test.txt ; pip install --upgrade setuptools wheel twine `
3131
3232Package: (** ensure you are in your venv** )
3333
You can’t perform that action at this time.
0 commit comments