Skip to content

Commit e7e5939

Browse files
fix(deps): update python to v3.13.3 (#580)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d9f348e commit e7e5939

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Python
1313
uses: actions/[email protected]
1414
with:
15-
python-version: '3.13.2'
15+
python-version: '3.13.3'
1616
- name: Install dependencies
1717
run: |
1818
python -m pip install --upgrade pip

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository = "https://github.com/Quan666/ELF_RSS"
1313
keywords = ["nonebot", "nonebot2", "rss" ,"elf" ,"rsshub"]
1414

1515
[tool.poetry.dependencies]
16-
python = "^3.13.2"
16+
python = "^3.13.3"
1717
aiohttp = {extras = ["speedups"], version = "^3.11.16"}
1818
arrow = "^1.3.0"
1919
async-timeout = "^4.0.3"

0 commit comments

Comments
 (0)