Skip to content

Commit

Permalink
Merge pull request #5 from ipython/py38
Browse files Browse the repository at this point in the history
Test on Python 3.8
  • Loading branch information
takluyver authored Jan 16, 2025
2 parents 065b5ef + 06cc2fb commit 045d11d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11", "3.12", "3.13"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ classifiers = [
"Framework :: IPython",
"License :: OSI Approved :: BSD License",
]
requires-python=">=3.11"
requires-python=">=3.8"
dependencies = [
"pygments"
]
Expand Down

0 comments on commit 045d11d

Please sign in to comment.