File tree 1 file changed +19
-13
lines changed
1 file changed +19
-13
lines changed Original file line number Diff line number Diff line change 16
16
- uses : actions/checkout@v3
17
17
- uses : actions/setup-python@v4
18
18
with :
19
- python-version : " 3.10 "
19
+ python-version : " 3.11 "
20
20
-
uses :
pre-commit/[email protected]
21
21
22
22
ci :
@@ -26,11 +26,11 @@ jobs:
26
26
matrix :
27
27
os : [macos-latest, ubuntu-latest]
28
28
python-version :
29
- - name : pypy-3.8
29
+ - name : pypy-3.9
30
30
toxenv : pypy3-build
31
- - name : pypy-3.8
31
+ - name : pypy-3.9
32
32
toxenv : pypy3-safety
33
- - name : pypy-3.8
33
+ - name : pypy-3.9
34
34
toxenv : pypy3-tests
35
35
- name : 3.7
36
36
toxenv : py37-build
@@ -56,21 +56,27 @@ jobs:
56
56
toxenv : py310-safety
57
57
- name : " 3.10"
58
58
toxenv : py310-tests
59
- - name : " 3.10"
59
+ - name : " 3.11"
60
+ toxenv : py311-build
61
+ - name : " 3.11"
62
+ toxenv : py311-safety
63
+ - name : " 3.11"
64
+ toxenv : py311-tests
65
+ - name : " 3.11"
60
66
toxenv : docs-dirhtml
61
- - name : " 3.10 "
67
+ - name : " 3.11 "
62
68
toxenv : docs-doctest
63
- - name : " 3.10 "
69
+ - name : " 3.11 "
64
70
toxenv : docs-linkcheck
65
- - name : " 3.10 "
71
+ - name : " 3.11 "
66
72
toxenv : docs-spelling
67
- - name : " 3.10 "
73
+ - name : " 3.11 "
68
74
toxenv : docs-style
69
- - name : " 3.10 "
75
+ - name : " 3.11 "
70
76
toxenv : readme
71
- - name : " 3.10 "
77
+ - name : " 3.11 "
72
78
toxenv : secrets
73
- - name : " 3.10 "
79
+ - name : " 3.11 "
74
80
toxenv : style
75
81
76
82
steps :
@@ -101,7 +107,7 @@ jobs:
101
107
- name : Set up Python
102
108
uses : actions/setup-python@v4
103
109
with :
104
- python-version : " 3.10 "
110
+ python-version : " 3.11 "
105
111
- name : Install dependencies
106
112
run : python -m pip install build
107
113
- name : Create packages
You can’t perform that action at this time.
0 commit comments