Skip to content

Commit f17e771

Browse files
authored
Merge pull request #94 from Pyhass/github-fixes
update supportted versions
2 parents 4d315df + e407f14 commit f17e771

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
14+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1515

1616
steps:
1717
- uses: actions/checkout@v5

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers =
2222
package_dir =
2323
= pyhiveapi
2424
packages = find:
25-
python_requires = >=3.6
25+
python_requires = >=3.10
2626

2727
[options.packages.find]
2828
where = pyhiveapi
@@ -57,7 +57,7 @@ ignore =
5757

5858

5959
[mypy]
60-
python_version = 3.8
60+
python_version = 3.10
6161
show_error_codes = true
6262
ignore_errors = true
6363
follow_imports = silent

0 commit comments

Comments
 (0)