File tree Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 23
23
- uses : actions/checkout@v3
24
24
- uses : actions/setup-python@v4
25
25
with :
26
- python-version : " 3.10 "
26
+ python-version : " 3.x "
27
27
cache : ' pip'
28
28
cache-dependency-path : ' requirements.txt'
29
29
- run : python -m pip install -r requirements.txt
35
35
- run : sudo apt install -y gettext
36
36
- uses : actions/setup-python@v4
37
37
with :
38
- python-version : " 3.10"
39
-
40
- with :
41
- node-version : ' lts/*'
38
+ python-version : " 3.x"
42
39
- uses : actions/checkout@v3
43
40
- name : Install Python dependencies
44
41
run : python -m pip install --upgrade pip setuptools wheel twine readme-renderer
54
51
- uses : actions/checkout@v3
55
52
- uses : actions/setup-python@v4
56
53
with :
57
- python-version : " 3.10 "
54
+ python-version : " 3.x "
58
55
cache : ' pip'
59
56
cache-dependency-path : ' requirements.txt'
60
57
- run : python -m pip install --upgrade pip setuptools wheel
68
65
strategy :
69
66
matrix :
70
67
python-version :
71
- - " 3.8"
72
68
- " 3.9"
73
69
- " 3.10"
70
+ - " 3.11"
74
71
steps :
75
72
- name : Set up Python ${{ matrix.python-version }}
76
73
uses : actions/setup-python@v4
91
88
matrix :
92
89
extras :
93
90
- wagtail
94
- python-version : ["3.10 "]
91
+ python-version : ["3.x "]
95
92
steps :
96
93
- name : Set up Python ${{ matrix.python-version }}
97
94
uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 12
12
- uses : actions/checkout@v3
13
13
- uses : actions/setup-python@v4
14
14
with :
15
- python-version : " 3.10 "
15
+ python-version : " 3.x "
16
16
- name : Install Python dependencies
17
17
run : python -m pip install --upgrade pip setuptools wheel twine
18
18
- name : Build dist packages
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ classifier =
14
14
Intended Audience :: Developers
15
15
Programming Language :: Python
16
16
Programming Language :: Python :: 3
17
- Programming Language :: Python :: 3.8
18
17
Programming Language :: Python :: 3.9
19
18
Programming Language :: Python :: 3.10
19
+ Programming Language :: Python :: 3.11
20
20
Programming Language :: Python :: 3 :: Only
21
21
Topic :: Internet :: WWW/HTTP
22
22
Topic :: Internet
You can’t perform that action at this time.
0 commit comments