File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
strategy :
15
15
matrix :
16
- python-version : [3.8, 3.9 , "3.10 ", "3.11 "]
16
+ python-version : ["3.9", "3.10" , "3.11 ", "3.12 "]
17
17
fail-fast : false
18
18
19
19
steps :
@@ -57,10 +57,10 @@ jobs:
57
57
needs : [build]
58
58
steps :
59
59
- uses : actions/checkout@v3
60
- - name : " Set up Python 3.8 "
60
+ - name : " Set up Python 3.12 "
61
61
uses : actions/setup-python@v4
62
62
with :
63
- python-version : " 3.8 "
63
+ python-version : " 3.12 "
64
64
- name : Install dependencies
65
65
run : |
66
66
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -15,17 +15,17 @@ classifiers =
15
15
Intended Audience :: Developers
16
16
License :: OSI Approved :: MIT License
17
17
Natural Language :: English
18
- Programming Language :: Python :: 3.8
19
18
Programming Language :: Python :: 3.9
20
19
Programming Language :: Python :: 3.10
21
20
Programming Language :: Python :: 3.11
21
+ Programming Language :: Python :: 3.12
22
22
project_urls =
23
23
Bug Tracker = https://github.com/rstudio/py-shinywidgets/issues
24
24
Documentation = https://github.com/rstudio/py-shinywidgets/
25
25
Source Code = https://github.com/rstudio/py-shinywidgets/
26
26
27
27
[options]
28
- python_requires = >=3.8
28
+ python_requires = >=3.9
29
29
packages = find:
30
30
test_suite = tests
31
31
include_package_data = True
You can’t perform that action at this time.
0 commit comments