Skip to content

Commit 54f104e

Browse files
committed
Support python 3.14
1 parent 95b96f5 commit 54f104e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
os:
125125
- ubuntu-latest
126126
test-file: ${{ fromJson(needs.find-tests.outputs.test-files) }}
127-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
127+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
128128
steps:
129129
- name: Check-out repository
130130
uses: actions/checkout@v4

.github/workflows/unit-and-integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
max-parallel: 5
1717
matrix:
18-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
18+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
1919

2020
steps:
2121
- name: Checkout repository

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies = [
1515
"aiosqlite>=0.21.0,<1.0.0"
1616
]
1717

18-
requires-python = ">=3.9,<3.14"
18+
requires-python = ">=3.9,<3.15"
1919

2020
authors = [
2121
{ name = "Opentensor Foundation" },

0 commit comments

Comments
 (0)