Skip to content

Commit 86abf56

Browse files
GeorgOstrovskicopybara-github
authored andcommitted
Internal config change.
PiperOrigin-RevId: 726616232
1 parent f93a721 commit 86abf56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: "${{ matrix.os }}"
1515
strategy:
1616
matrix:
17-
python-version: [3.8, 3.9, '3.10']
17+
python-version: [3.9, '3.10', '3.11']
1818
os: [ubuntu-latest]
1919
steps:
2020
- uses: actions/checkout@v2

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ def _parse_requirements(requirements_txt_path):
5353
'Intended Audience :: Science/Research',
5454
'License :: OSI Approved :: Apache Software License',
5555
'Programming Language :: Python :: 3',
56-
'Programming Language :: Python :: 3.8',
5756
'Programming Language :: Python :: 3.9',
5857
'Programming Language :: Python :: 3.10',
58+
'Programming Language :: Python :: 3.11',
5959
'Topic :: Scientific/Engineering :: Mathematics',
6060
'Topic :: Software Development :: Libraries :: Python Modules',
6161
'Topic :: Software Development :: Libraries',

0 commit comments

Comments
 (0)