Skip to content

Commit 9f24e73

Browse files
OkamotoSenrisenri
and
senri
authored
python3.13へのbump (#28)
girasolenergy/SWTeam#12 Co-authored-by: senri <[email protected]>
1 parent 9678179 commit 9f24e73

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
- {'toxenv': 'py310', 'container': 'python:3.10'}
4141
- {'toxenv': 'py311', 'container': 'python:3.11'}
4242
- {'toxenv': 'py312', 'container': 'python:3.12'}
43+
- {'toxenv': 'py313', 'container': 'python:3.13'}
4344
experimental: [false]
4445
container:
4546
image: ${{ matrix.python.container}}

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = flake8, mypy, bandit, pip-audit, py37, py38, py39, py310, py311, py312
2+
envlist = flake8, mypy, bandit, pip-audit, py37, py38, py39, py310, py311, py312, py313
33

44
[testenv]
55
package_name = openems

0 commit comments

Comments
 (0)