File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1212 strategy :
1313 matrix :
1414 os : [ubuntu-latest, macos-latest, windows-latest]
15- python-version : ['3.8 ', '3.9 ', '3.10 ']
15+ python-version : ['3.9 ', '3.10 ', '3.11 ']
1616
1717 steps :
1818 - uses : actions/checkout@v3
4545 fetch-depth : 0
4646 - uses : actions/setup-python@v4
4747 with :
48- python-version : ' 3.10 '
48+ python-version : ' 3.11 '
4949 architecture : x64
5050 - run : pip install -r requirements_test.txt
5151 - run : python setup.py bdist_wheel sdist
Original file line number Diff line number Diff line change 1- ARG PYTHON_VERSION="3.10 "
1+ ARG PYTHON_VERSION="3.11 "
22
33FROM python:${PYTHON_VERSION}
44
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ pipeline {
2121 axes {
2222 axis {
2323 name ' PYTHON_VERSION'
24- values ' 3.8 ' , ' 3.9 ' , ' 3.10 '
24+ values ' 3.9 ' , ' 3.10 ' , ' 3.11 '
2525 }
2626 }
2727
@@ -38,7 +38,7 @@ pipeline {
3838
3939 stage(' Lint' ) {
4040 when {
41- environment name : ' PYTHON_VERSION' , value : ' 3.10 '
41+ environment name : ' PYTHON_VERSION' , value : ' 3.11 '
4242 }
4343 steps {
4444 sh """ #!/usr/bin/env bash
Original file line number Diff line number Diff line change @@ -436,7 +436,7 @@ using version-query without any issues.
436436Requirements
437437============
438438
439- Python version 3.8 or later.
439+ Python version 3.9 or later.
440440
441441Python libraries as specified in `<requirements.txt >`_.
442442
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ class Package(setup_boilerplate.Package):
2020 'Operating System :: MacOS :: MacOS X' ,
2121 'Operating System :: Microsoft :: Windows' ,
2222 'Operating System :: POSIX :: Linux' ,
23- 'Programming Language :: Python :: 3.8' ,
2423 'Programming Language :: Python :: 3.9' ,
2524 'Programming Language :: Python :: 3.10' ,
25+ 'Programming Language :: Python :: 3.11' ,
2626 'Programming Language :: Python :: 3 :: Only' ,
2727 'Topic :: Software Development :: Version Control' ,
2828 'Topic :: Software Development :: Version Control :: Git' ,
You can’t perform that action at this time.
0 commit comments