Skip to content

Commit c9d1e0a

Browse files
committed
change: drop python 3.8 support
1 parent 87b5888 commit c9d1e0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
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

+1-1
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)