Skip to content

Commit 1dba95b

Browse files
committed
update py version to 313
1 parent 1d804ad commit 1dba95b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919

2020
steps:
2121
- uses: actions/checkout@v3
22-
- name: Set up Python 3.10
22+
- name: Set up Python 3.13
2323
uses: actions/setup-python@v3
2424
with:
25-
python-version: "3.10"
25+
python-version: "3.13"
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ minversion = "7.0"
5858
addopts = "-ra -q --color=yes --import-mode=importlib"
5959
markers = [
6060
"pool","account","bond","fee","interest","collect","asset","performance",
61-
"trigger","report","revolving","TB","analytics","dontrun"
61+
"trigger","report","revolving","TB","analytics","dontrun","waterfall"
6262
]
6363

6464

0 commit comments

Comments
 (0)