Skip to content

Commit a2e5399

Browse files
committed
support python >=3.8
1 parent f6d1e0a commit a2e5399

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
os: [windows-latest, ubuntu-latest] #, macos-latest]
30-
python-version: [3.9, 3.11]
30+
python-version: [3.7, 3.8, 3.9, 3.10, 3.11, 3.12]
3131
runs-on: ${{ matrix.os }}
3232

3333
steps:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "deterministic_gaussian_sampling"
77
version = "0.1.0"
88
description = "Python library for Localized Distribution (LCD)-based Gaussian sampling."
99
readme = "README.md"
10-
requires-python = ">=3.7"
10+
requires-python = ">=3.8"
1111
authors = [
1212
{ name="Aaron Preus", email="[email protected]" }
1313
]

0 commit comments

Comments
 (0)