Skip to content

Commit 0c83bbf

Browse files
committed
build: drop python 3.8 support
1 parent 8e25622 commit 0c83bbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [ubuntu-latest, macos-latest, windows-latest]
20-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
20+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
2121
steps:
2222
- uses: actions/checkout@v4
2323
with:

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ install_requires =
2222
wasmtime~=30.0.0
2323
PyYAML~=6.0.1
2424
include_package_data = True
25-
python_requires = >=3.8
25+
python_requires = >=3.9
2626

2727
[options.extras_require]
2828
dev =

0 commit comments

Comments
 (0)