Skip to content

Commit 996fb2e

Browse files
committed
Update to current Python versions
1 parent 393a866 commit 996fb2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: [ubuntu-latest, windows-latest, macos-latest]
14-
python-version: [3.7, 3.8, 3.9, 3.10, pypy-3.6, pypy-3.7]
14+
python-version: [3.8, 3.9, 3.10, 3.11, pypy-3.8, pypy-3.9, pypy-3.10]
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- uses: actions/checkout@v2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ classifiers = [
2222
'Operating System :: OS Independent',
2323
'Programming Language :: Python',
2424
'Programming Language :: Python :: 3',
25-
'Programming Language :: Python :: 3.7',
2625
'Programming Language :: Python :: 3.8',
2726
'Programming Language :: Python :: 3.9',
2827
'Programming Language :: Python :: 3.10',
28+
'Programming Language :: Python :: 3.11',
2929
'Programming Language :: Python :: Implementation :: CPython',
3030
'Programming Language :: Python :: Implementation :: PyPy',
3131
'Topic :: Documentation',

0 commit comments

Comments
 (0)