Skip to content

Commit

Permalink
Add python 3.12 and remove 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
natekspencer committed Feb 20, 2024
1 parent c2a0466 commit 4d3dcda
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/natekspencer/vivintpy"
keywords = ["Vivint", "alarm system", "security", "smart home", "home automation", "asynchronous"]

[tool.poetry.dependencies]
python = "^3.8.1"
python = "^3.9.0"
aiohttp = "^3.8.5"
certifi = ">=2022.9.24,<2024.0.0"
pubnub = "^7.0"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
isolated_build = True
envlist = lint, mypy, py38, py39, py310, py311
envlist = lint, mypy, py39, py310, py311, py312
skip_missing_interpreters = True

[tox:.package]
Expand Down

0 comments on commit 4d3dcda

Please sign in to comment.