Skip to content

Commit 6a8eb94

Browse files
chore(deps): update dependency python to 3.13 (#139)
* chore(deps): update dependency python to 3.13 * Update tox.ini --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Matt Brown <[email protected]>
1 parent 19842d3 commit 6a8eb94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Python 3.10
1515
uses: actions/setup-python@v5
1616
with:
17-
python-version: "3.10"
17+
python-version: "3.13"
1818
cache: "poetry"
1919
- run: poetry install
2020
- name: tox

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py310
2+
envlist = py313
33
isolated_build = true
44

55
[testenv]

0 commit comments

Comments
 (0)