Skip to content

Commit d2568c4

Browse files
committed
bump python
1 parent 1d08635 commit d2568c4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
test:
99
if: github.event_name != 'pull_request' || !contains('OWNER,MEMBER,COLLABORATOR', github.event.pull_request.author_association)
1010
name: Test py${{ matrix.python }}
11-
runs-on: ubuntu-${{ matrix.python == 3.7 && '22.04' || 'latest' }}
11+
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python: [3.7, 3.12]
14+
python: [3.8, 3.13]
1515
steps:
1616
- uses: actions/checkout@v4
1717
with: {fetch-depth: 0}

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ authors = [{name = "Casper da Costa-Luis", email = "[email protected]"}]
2424
maintainers = [{name = "Iterative", email = "[email protected]"}]
2525
description = "Automagic shell tab completion for Python CLI applications"
2626
readme = "README.rst"
27-
requires-python = ">=3.7"
27+
requires-python = ">=3.8"
2828
keywords = ["tab", "complete", "completion", "shell", "bash", "zsh", "argparse"]
2929
license = "Apache-2.0"
3030
classifiers = [
@@ -48,12 +48,12 @@ classifiers = [
4848
"Programming Language :: Other Scripting Engines",
4949
"Programming Language :: Python",
5050
"Programming Language :: Python :: 3",
51-
"Programming Language :: Python :: 3.7",
5251
"Programming Language :: Python :: 3.8",
5352
"Programming Language :: Python :: 3.9",
5453
"Programming Language :: Python :: 3.10",
5554
"Programming Language :: Python :: 3.11",
5655
"Programming Language :: Python :: 3.12",
56+
"Programming Language :: Python :: 3.13",
5757
"Programming Language :: Python :: 3 :: Only",
5858
"Programming Language :: Python :: Implementation",
5959
"Programming Language :: Python :: Implementation :: IronPython",

0 commit comments

Comments
 (0)