Skip to content

Commit

Permalink
Remove Pythong 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
sHedC committed Oct 29, 2023
1 parent a2fe2f6 commit 24597ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.x"
python-version: "3.11"

- name: Install dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ classifiers = [
"Operating System :: OS Independent",
]
keywords = ["Mastertherm heatpump", "api", "client"]
dependencies = ["aiohttp >= 3.8.5", "natsort>=8.3.1"]
requires-python = ">=3.9,<3.13"
dependencies = ["aiohttp>=3.8.5", "natsort>=8.3.1"]
requires-python = ">=3.9,<=3.11"

[project.optional-dependencies]
dev = ["black", "bumpver", "isort", "pip-tools", "pytest"]
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
aiohttp>=3.9.0b0;python_version>='3.12'
aiohttp>=3.8.5;python_version<'3.12'
aiohttp>=3.8.5
build>=0.8.0
bumpver>=2023.1124
natsort>=8.3.1
Expand Down

0 comments on commit 24597ff

Please sign in to comment.