File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 strategy :
1414 matrix :
1515 os : [ubuntu-latest, macos-latest, windows-latest]
16- python-version : [3.9 , "3.10 ", "3.11 "]
16+ python-version : ["3.10" , "3.11 ", "3.12 "]
1717
1818 steps :
1919 - uses : actions/checkout@v2
3838
3939 - name : Test doc build with tox
4040 run : tox -e docs
41- if : ${{ (matrix.python-version == '3.10 ') && (matrix.os == 'ubuntu-latest')}}
41+ if : ${{ (matrix.python-version == '3.11 ') && (matrix.os == 'ubuntu-latest')}}
Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ jobs:
3535 steps :
3636 - uses : actions/checkout@v3
3737
38- - name : Set up Python 3.10
38+ - name : Set up Python 3.11
3939 uses : actions/setup-python@v4
4040 with :
41- python-version : " 3.10 "
41+ python-version : " 3.11 "
4242
4343 - name : Install dependencies
4444 run : |
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Head over to `Python.org`_ for instructions.
88
99Python version support
1010----------------------
11- Officially Python 3.9 , 3.10 , and 3.11 . We aim to support the three most
11+ Officially Python 3.10 , 3.11 , and 3.12 . We aim to support the three most
1212recent major versions.
1313
1414OS support
Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ project_urls =
1313classifiers =
1414 License :: OSI Approved :: MIT License
1515 Operating System :: OS Independent
16- Programming Language :: Python :: 3.9
1716 Programming Language :: Python :: 3.10
1817 Programming Language :: Python :: 3.11
18+ Programming Language :: Python :: 3.12
1919
2020[options]
2121zip_safe = False
2222packages = find_namespace:
23- python_requires = >=3.9
23+ python_requires = >=3.10
2424install_requires =
2525 oauthlib
2626 requests-oauthlib
Original file line number Diff line number Diff line change 1212 pytest-cov
1313
1414[testenv:docs]
15- basepython = python3.10
15+ basepython = python3.11
1616changedir = docs
1717deps =
1818 sphinx ==5.3.0
You can’t perform that action at this time.
0 commit comments