Skip to content

Commit

Permalink
Update Python versions: drop 3.8, add 3.13 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
miek committed Dec 3, 2024
1 parent d7cb255 commit 3ae62be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
max-parallel: 5
matrix:
python-version:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- '3.12'
- '3.13'

name: test (${{ matrix.python-version }})
steps:
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ authors = [
license = { text = "BSD" }
description = "Python library and host tools for Apollo FPGA debug controllers."
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.9"
classifiers = [
'Programming Language :: Python',
'Development Status :: 5 - Production/Stable',
Expand All @@ -24,7 +24,6 @@ classifiers = [
'Topic :: Scientific/Engineering',
]
dependencies = [
"importlib_resources; python_version<'3.9'",
"pyusb>1.1.1",
"pyvcd>=0.2.4",
"prompt-toolkit>3.0.16",
Expand Down

0 comments on commit 3ae62be

Please sign in to comment.