File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,15 @@ jobs:
17
17
- ' 3.10'
18
18
- ' 3.11'
19
19
- ' 3.12'
20
+ - ' 3.13.0-beta.2'
20
21
21
22
steps :
22
23
- uses : actions/checkout@master
23
24
24
25
- name : Set up Python
25
26
uses : actions/setup-python@v4
27
+ with :
28
+ python-version : ${{ matrix.python-version }}
26
29
27
30
- name : Install dependencies
28
31
run : |
@@ -44,16 +47,17 @@ jobs:
44
47
- ' 3.10'
45
48
- ' 3.11'
46
49
- ' 3.12'
50
+ - ' 3.13.0-beta.2'
47
51
implementation :
48
52
- ' ' # CPython
49
53
- ' pypy' # PyPy
50
54
exclude : # unreleased;
51
- - implementation : ' pypy'
52
- python-version : ' 3.10'
53
55
- implementation : ' pypy'
54
56
python-version : ' 3.11'
55
57
- implementation : ' pypy'
56
58
python-version : ' 3.12'
59
+ - implementation : ' pypy'
60
+ python-version : ' 3.13.0-beta.2'
57
61
58
62
steps :
59
63
- uses : actions/checkout@master
You can’t perform that action at this time.
0 commit comments