File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
strategy :
12
12
fail-fast : false
13
13
matrix :
14
- python-version : ['3.9 ', '3.10 ', '3.11 ']
14
+ python-version : ['3.10 ', '3.11 ', '3.12 ']
15
15
os : [ubuntu-latest]
16
16
17
17
steps :
@@ -81,15 +81,15 @@ jobs:
81
81
- name : Setup Node.js
82
82
uses : actions/setup-node@v2
83
83
with :
84
- node-version : ' 18 '
84
+ node-version : ' 20 '
85
85
86
86
- name : Setup
87
87
run : npm install -g semantic-release @semantic-release/github @semantic-release/changelog @semantic-release/commit-analyzer @semantic-release/git @semantic-release/release-notes-generator semantic-release-pypi
88
88
89
89
- name : Set up python
90
90
uses : actions/setup-python@v2
91
91
with :
92
- python-version : ' 3.10 '
92
+ python-version : ' 3.12 '
93
93
94
94
- name : Install setuptools
95
95
run : python -m pip install --upgrade setuptools wheel twine
Original file line number Diff line number Diff line change 38
38
python_requires = ">=3.8" ,
39
39
license = "Apache 2.0" ,
40
40
classifiers = [
41
- "Programming Language :: Python :: 3.8" ,
42
41
"Programming Language :: Python :: 3.9" ,
43
42
"Programming Language :: Python :: 3.10" ,
44
43
"Programming Language :: Python :: 3.11" ,
44
+ "Programming Language :: Python :: 3.12" ,
45
45
"License :: OSI Approved :: Apache Software License" ,
46
46
"Operating System :: OS Independent" ,
47
47
],
You can’t perform that action at this time.
0 commit comments