Skip to content

Commit cb629cc

Browse files
remove 3.9 add 3.14
1 parent 42e9933 commit cb629cc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/monthly-tagger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [windows-latest, macos-latest, ubuntu-latest]
14-
python-version: [3.9, '3.10', '3.11', '3.12', '3.13']
14+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Set up Python

.github/workflows/tester.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [windows-latest, macos-latest, ubuntu-latest]
16-
python-version: [3.9, '3.10', '3.11', '3.12', '3.13']
16+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
1717

1818
steps:
1919
- uses: actions/checkout@v4

.github/workflows/tutorial_exporter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Python
2424
uses: actions/setup-python@v5
2525
with:
26-
python-version: 3.9
26+
python-version: 3.10
2727

2828
- name: Install dependencies
2929
run: |
@@ -91,7 +91,7 @@ jobs:
9191
- name: Set up Python
9292
uses: actions/setup-python@v5
9393
with:
94-
python-version: 3.9
94+
python-version: 3.10
9595

9696
- name: Install dependencies
9797
run: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies = [
1919
"torch_geometric",
2020
"matplotlib",
2121
]
22-
requires-python = ">=3.9"
22+
requires-python = ">=3.10"
2323

2424
[project.optional-dependencies]
2525
doc = [

0 commit comments

Comments
 (0)