Skip to content

Commit f9fda89

Browse files
committed
remove python 3.8 and 3.9 from the test matrix
1 parent d5dd9ea commit f9fda89

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
test:
1616
strategy:
1717
matrix:
18-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
18+
python-version: ['3.10', '3.11', '3.12']
1919
os: ['ubuntu-latest', 'windows-latest'] # TODO: re-add 'macos-latest'
2020
# do not cancel any jobs when a single job fails
2121
fail-fast: false

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
]
2121

2222
[tool.poetry.dependencies]
23-
python = "^3.9"
23+
python = "^3.10"
2424
pysodium = "^0.7.17"
2525

2626
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)