We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f95bf commit 4f49dd6Copy full SHA for 4f49dd6
2 files changed
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v3
14
- uses: actions/setup-python@v4
15
with:
16
- python-version: "3.9"
+ python-version: "3.13"
17
- uses: pre-commit/action@v3.0.0
18
19
test:
@@ -52,7 +52,7 @@ jobs:
52
- name: Set up Python
53
uses: actions/setup-python@v4
54
55
56
- uses: snok/install-poetry@v1
57
- name: Install Dependencies
58
run: poetry install -E docs
pyproject.toml
@@ -23,7 +23,7 @@ packages = [
23
"Changelog" = "https://rfa_toolbox.readthedocs.io/changelog.html"
24
25
[tool.poetry.dependencies]
26
-python = ">=3.7,<3.11"
+python = ">=3.13,<3.14"
27
28
# Documentation Dependencies
29
Sphinx = {version = "^4.0.0", optional = true}
0 commit comments