Skip to content

Commit a4c2b21

Browse files
authored
chore: update Python version (#96)
1 parent 6bf7b35 commit a4c2b21

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,22 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
include:
17-
- python-version: "3.7"
17+
- python-version: "3.9"
1818
env:
1919
TOXENV: py
20-
- python-version: "3.8"
20+
- python-version: "3.10"
2121
env:
2222
TOXENV: py
23-
- python-version: "3.9"
23+
- python-version: "3.11"
2424
env:
2525
TOXENV: py
26-
- python-version: "3.10"
26+
- python-version: "3.12"
2727
env:
2828
TOXENV: py
29-
- python-version: "3.11"
29+
- python-version: "3.13"
3030
env:
3131
TOXENV: py
32-
- python-version: "3.11"
32+
- python-version: "3.13"
3333
env:
3434
TOXENV: flake8
3535
steps:
@@ -45,7 +45,7 @@ jobs:
4545
- name: tox
4646
run: tox -e py
4747
- name: Upload coverage.xml to codecov
48-
if: ${{ matrix.python-version == '3.11' && matrix.env.TOXENV == 'py'}}
48+
if: ${{ matrix.python-version == '3.13' && matrix.env.TOXENV == 'py'}}
4949
uses: codecov/codecov-action@v3
5050

5151
pre-commit:

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Installation
1515

1616
pip install number-parser
1717

18-
number-parser requires Python 3.7+.
18+
number-parser requires Python 3.9+.
1919

2020
Usage
2121
=====

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
"Natural Language :: English",
3232
"Operating System :: OS Independent",
3333
"Programming Language :: Python :: 3",
34-
"Programming Language :: Python :: 3.7",
35-
"Programming Language :: Python :: 3.8",
3634
"Programming Language :: Python :: 3.9",
3735
"Programming Language :: Python :: 3.10",
3836
"Programming Language :: Python :: 3.11",
37+
"Programming Language :: Python :: 3.12",
38+
"Programming Language :: Python :: 3.13",
3939
],
4040
)

0 commit comments

Comments
 (0)