Skip to content

Commit 0671f33

Browse files
authored
Merge pull request #228 from opentensor/python_3.14
Python 3.14
2 parents 7de7299 + fa5519f commit 0671f33

File tree

4 files changed

+4
-155
lines changed

4 files changed

+4
-155
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: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ keywords = ["substrate", "development", "bittensor"]
88

99
dependencies = [
1010
"wheel",
11-
"bt-decode==v0.6.0",
11+
"bt-decode==v0.8.0",
1212
"scalecodec~=1.2.11",
1313
"websockets>=14.1",
1414
"xxhash",
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" },
@@ -56,6 +56,5 @@ dev = [
5656
"pytest-split==0.10.0",
5757
"pytest-xdist==3.6.1",
5858
"pytest-rerunfailures==10.2",
59-
"substrate-interface",
6059
"bittensor-wallet>=4.0.0"
6160
]

tests/e2e_tests/test_old_new.py

Lines changed: 0 additions & 150 deletions
This file was deleted.

0 commit comments

Comments
 (0)