Skip to content

Commit 7fb461d

Browse files
committed
update python to 3.12
1 parent d87e88f commit 7fb461d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-package.yaml

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

2020
steps:
2121
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "compute-geometry"
33
version = "0.1.2"
44
description = "Computational Geometry Library"
55
readme = "README.md"
6-
requires-python = ">=3.9"
6+
requires-python = ">=3.12"
77
authors = [
88
{ name = "Kleyton da Costa", email = "kleyton.vsc@gmail.com" },
99
]

0 commit comments

Comments
 (0)