Skip to content

Commit b7adc3b

Browse files
committed
Remove 3.9
1 parent 220d488 commit b7adc3b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: macos-latest
3939
strategy:
4040
matrix:
41-
python: [3.9, "3.10", 3.11, 3.12]
41+
python: ["3.10", 3.11, 3.12]
4242
steps:
4343
- name: Download wheels
4444
uses: actions/download-artifact@v4
@@ -60,7 +60,7 @@ jobs:
6060
runs-on: windows-latest
6161
strategy:
6262
matrix:
63-
python: [3.9, "3.10", 3.11, 3.12]
63+
python: ["3.10", 3.11, 3.12]
6464
wordsize: [64]
6565
steps:
6666
- name: Download wheels
@@ -84,7 +84,7 @@ jobs:
8484
needs: ['distbuild']
8585
strategy:
8686
matrix:
87-
python: [3.9, "3.10", 3.11, 3.12]
87+
python: ["3.10", 3.11, 3.12]
8888
steps:
8989
- name: Download wheels
9090
uses: actions/download-artifact@v4

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
]
1010
description = "Webapp to view and visualise tskit ARGs"
1111
readme = "README.md"
12-
requires-python = ">=3.8"
12+
requires-python = ">=3.10"
1313
license = {text = "MIT"}
1414
classifiers = [
1515
"Intended Audience :: Science/Research",

0 commit comments

Comments
 (0)