File tree Expand file tree Collapse file tree 7 files changed +7
-9
lines changed
Expand file tree Collapse file tree 7 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 1717
1818 strategy :
1919 matrix :
20- python-version : ["3.11 "]
20+ python-version : ["3.12 "]
2121 platform : [ubuntu-latest]
2222
2323 runs-on : ${{ matrix.platform }}
Original file line number Diff line number Diff line change 1111
1212 strategy :
1313 matrix :
14- python-version : ["3.11 "]
14+ python-version : ["3.12 "]
1515
1616 steps :
1717 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1717
1818 strategy :
1919 matrix :
20- python-version : ["3.11 "]
20+ python-version : ["3.12 "]
2121 platform : [windows-latest]
2222
2323 runs-on : ${{ matrix.platform }}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Installation
1313
1414 pip install vws-python
1515
16- This is tested on Python 3.11 +. Get in touch with
16+ This is tested on Python 3.12 +. Get in touch with
1717``adamdangoor@gmail.com `` if you would like to use this with another
1818language.
1919
Original file line number Diff line number Diff line change 5656htmlhelp_basename = "VWSPYTHONdoc"
5757autoclass_content = "init"
5858intersphinx_mapping = {
59- "python" : ("https://docs.python.org/3.11 " , None ),
59+ "python" : ("https://docs.python.org/3.12 " , None ),
6060}
6161nitpicky = True
6262warning_is_error = True
Original file line number Diff line number Diff line change @@ -213,15 +213,13 @@ keywords = [
213213]
214214license = { file = " LICENSE" }
215215authors = [ { name = " Adam Dangoor" , email = " adamdangoor@gmail.com" } ]
216- requires-python = " >=3.10 "
216+ requires-python = " >=3.12 "
217217classifiers = [
218218 " Development Status :: 5 - Production/Stable" ,
219219 " Environment :: Web Environment" ,
220220 " License :: OSI Approved :: MIT License" ,
221221 " Operating System :: POSIX" ,
222222 " Programming Language :: Python :: 3 :: Only" ,
223- " Programming Language :: Python :: 3.10" ,
224- " Programming Language :: Python :: 3.11" ,
225223 " Programming Language :: Python :: 3.12" ,
226224]
227225dynamic = [
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 2
33build :
44 os : ubuntu-20.04
55 tools :
6- python : " 3.11 "
6+ python : " 3.12 "
77
88python :
99 install :
You can’t perform that action at this time.
0 commit comments