File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff 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 :
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 :
Original file line number Diff line number Diff 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
2020Usage
2121=====
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments