File tree Expand file tree Collapse file tree 3 files changed +1681
-2134
lines changed Expand file tree Collapse file tree 3 files changed +1681
-2134
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
python :
3
- - ' 3.7'
4
3
- ' 3.8'
5
4
- ' 3.9'
6
5
- ' 3.10'
7
6
- ' 3.11'
7
+ - ' 3.12'
8
8
9
- dist : focal
9
+ node_js :
10
+ - 18
11
+
12
+ dist : jammy
10
13
11
14
cache : pip
12
15
@@ -15,11 +18,11 @@ notifications:
15
18
16
19
matrix :
17
20
include :
18
- - python : 3.7
19
21
- python : 3.8
20
22
- python : 3.9
21
23
- python : 3.10
22
24
- python : 3.11
25
+ - python : 3.12
23
26
24
27
before_install :
25
28
- npm install npm@latest -g
@@ -51,8 +54,8 @@ deploy:
51
54
skip_cleanup : true
52
55
on :
53
56
branch : main
54
- # only on Python 3.7
55
- python : ' 3.7 '
57
+ # only on Python 3.8
58
+ python : ' 3.8 '
56
59
# ensure semantic-release is functional
57
60
- provider : script
58
61
script :
@@ -61,12 +64,12 @@ deploy:
61
64
on :
62
65
all_branches : true
63
66
# only on 1 matrix job
64
- python : ' 3.7 '
67
+ python : ' 3.8 '
65
68
- provider : pypi
66
69
user : __token__
67
70
password : $PYPI_TOKEN
68
71
repository : https://upload.pypi.org/legacy
69
72
skip_cleanup : true
70
73
on :
71
- python : ' 3.7 '
74
+ python : ' 3.8 '
72
75
tags : true
You can’t perform that action at this time.
0 commit comments