Skip to content

Commit b694089

Browse files
committed
remove py3.9 support
1 parent 386f77d commit b694089

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python.yml

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

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "probabilit"
77
version = "0.0.1"
88
description = "A Python package for Monte Carlo sampling."
9-
requires-python = ">= 3.9"
9+
requires-python = ">= 3.10"
1010
readme = {file = "README.md", content-type = "text/markdown"}
1111
authors = [
1212
{ name = "Tommy"},

0 commit comments

Comments
 (0)