Skip to content

Commit 01a85bc

Browse files
authored
chore: Python 3.13 baseline + Dependabot removal (#45)
* chore: remove Dependabot * chore: require Python >=3.13 * chore(ci): test only Python 3.13 to match requires-python
1 parent 6c71671 commit 01a85bc

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
fail-fast: false
3939
matrix:
40-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
40+
python-version: ["3.13"]
4141
steps:
4242
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4343
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
@@ -60,7 +60,7 @@ jobs:
6060
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6161
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
6262
with:
63-
python-version: "3.12"
63+
python-version: "3.13"
6464
cache: pip
6565
- name: Install
6666
run: |
@@ -82,7 +82,7 @@ jobs:
8282
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8383
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
8484
with:
85-
python-version: "3.12"
85+
python-version: "3.13"
8686
cache: pip
8787
- name: Install
8888
run: |
@@ -98,7 +98,7 @@ jobs:
9898
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9999
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
100100
with:
101-
python-version: "3.12"
101+
python-version: "3.13"
102102
cache: pip
103103
- name: Install
104104
run: |
@@ -130,7 +130,7 @@ jobs:
130130
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
131131
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
132132
with:
133-
python-version: "3.12"
133+
python-version: "3.13"
134134
cache: pip
135135
- name: Install build tools
136136
run: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dynamic = ["version"]
1111
description = "Python SDK for the Hawk daemon API"
1212
readme = "README.md"
1313
license = "MIT"
14-
requires-python = ">=3.9"
14+
requires-python = ">=3.13"
1515
authors = [
1616
{ name = "Hawk Contributors" },
1717
]

0 commit comments

Comments
 (0)