Skip to content

Commit eb0822e

Browse files
committed
chore(ci): update python versions
1 parent 65423f4 commit eb0822e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
10+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
1111

1212
steps:
1313
- uses: actions/checkout@v2

tox.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[tox]
2-
envlist = py{38,39,310,311,312}, py38-lambda, lint
2+
envlist = py{310,311,312,313,314}, py314-lambda, lint
33
skip_missing_interpreters = true
44
isolated_build = True
55

66
[gh-actions]
77
python =
8-
3.8: py38, py38-lambda
9-
3.9: py39, lint
10-
3.10: py310
8+
3.10: py310, lint
119
3.11: py311
1210
3.12: py312
11+
3.13: py313
12+
3.14: py314, py314-lambda
1313

1414
[testenv]
1515
deps =
@@ -26,7 +26,7 @@ commands =
2626
--cov-report html:coverage \
2727
--no-cov-on-fail
2828

29-
[testenv:py38-lambda]
29+
[testenv:py314-lambda]
3030
deps =
3131
pytest
3232
commands =

0 commit comments

Comments
 (0)