Skip to content

Commit

Permalink
drop 3.8, test on 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Oct 29, 2024
1 parent a2109b8 commit 9b5f42a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
matrix:
os: [ubuntu-latest]
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "3.13"
include:
- os: macos-latest
python-version: "3.10"
python-version: "3.12"

env:
DEBUG_TEST_PYFLYBY: 1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def make_distribution(self):
"black",
"typing_extensions>=4.6; python_version<'3.12'"
],
python_requires=">3.8, <4",
python_requires=">3.9, <4",
tests_require=['pexpect>=3.3', 'pytest', 'epydoc', 'rlipython', 'requests'],
cmdclass = {
'test' : PyTest,
Expand Down

0 comments on commit 9b5f42a

Please sign in to comment.