Skip to content

Commit 4f49dd6

Browse files
Update Python to v3.13.2
1 parent 03f95bf commit 4f49dd6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-python@v4
1515
with:
16-
python-version: "3.9"
16+
python-version: "3.13"
1717
- uses: pre-commit/action@v3.0.0
1818

1919
test:
@@ -52,7 +52,7 @@ jobs:
5252
- name: Set up Python
5353
uses: actions/setup-python@v4
5454
with:
55-
python-version: "3.9"
55+
python-version: "3.13"
5656
- uses: snok/install-poetry@v1
5757
- name: Install Dependencies
5858
run: poetry install -E docs

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ packages = [
2323
"Changelog" = "https://rfa_toolbox.readthedocs.io/changelog.html"
2424

2525
[tool.poetry.dependencies]
26-
python = ">=3.7,<3.11"
26+
python = ">=3.13,<3.14"
2727

2828
# Documentation Dependencies
2929
Sphinx = {version = "^4.0.0", optional = true}

0 commit comments

Comments
 (0)