Skip to content

Commit b14b056

Browse files
CoMPaTechbouwew
authored andcommitted
Cleanup and attempt 3.10
1 parent ab29c0a commit b14b056

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
name: Latest release
55

66
env:
7-
CACHE_VERSION: 6
8-
DEFAULT_PYTHON: 3.9
7+
CACHE_VERSION: 7
8+
DEFAULT_PYTHON: 3.10
99

1010
# Only run on merges
1111
on:

.github/workflows/verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
name: Latest commit
55

66
env:
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

1111
on:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ norecursedirs = [
130130
]
131131

132132
[tool.mypy]
133-
python_version = 3.9
133+
python_version = 3.10
134134
show_error_codes = true
135135
follow_imports = "silent"
136136
ignore_missing_imports = true

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]

tests/INIT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Once the project is ready for upload to test (i.e. version number ending in `a0`
2727

2828
Prepare:
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

3232
Package: (** ensure you are in your venv**)
3333

0 commit comments

Comments
 (0)