Skip to content

Commit c98759f

Browse files
authored
Merge pull request #233 from CastXML/python3
ci: add CI for Python 3.12 and 3.13
2 parents e78592d + d01f379 commit c98759f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Diff for: .github/workflows/tests.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -17,63 +17,63 @@ jobs:
1717
- os: ubuntu-20.04
1818
compiler: gcc
1919
version: "9"
20-
python-version: "3.7"
20+
python-version: "3.9"
2121
castxml: "castxml"
2222
castxml-epic: 0
2323
cppstd: "-std=c++98"
2424

2525
- os: ubuntu-20.04
2626
compiler: gcc
2727
version: "9"
28-
python-version: "3.8"
28+
python-version: "3.10"
2929
castxml: "castxml"
3030
castxml-epic: 0
3131
cppstd: "-std=c++98"
3232

3333
- os: ubuntu-20.04
3434
compiler: gcc
3535
version: "9"
36-
python-version: "3.9"
36+
python-version: "3.11"
3737
castxml: "castxml"
3838
castxml-epic: 0
3939
cppstd: "-std=c++98"
4040

4141
- os: ubuntu-20.04
4242
compiler: gcc
4343
version: "9"
44-
python-version: "3.10"
44+
python-version: "3.12"
4545
castxml: "castxml"
4646
castxml-epic: 0
4747
cppstd: "-std=c++98"
4848

4949
- os: ubuntu-20.04
5050
compiler: gcc
5151
version: "9"
52-
python-version: "3.11"
52+
python-version: "3.13"
5353
castxml: "castxml"
5454
castxml-epic: 0
5555
cppstd: "-std=c++98"
5656

5757
- os: ubuntu-20.04
5858
compiler: gcc
5959
version: "9"
60-
python-version: "3.8"
60+
python-version: "3.13"
6161
castxml: "castxml"
6262
castxml-epic: 1
6363
cppstd: "-std=c++98"
6464

6565
- os: ubuntu-20.04
6666
compiler: gcc
6767
version: "9"
68-
python-version: "3.8"
68+
python-version: "3.13"
6969
castxml: "castxml"
7070
castxml-epic: 1
7171
cppstd: "-std=c++11"
7272

7373
- os: macos-13
7474
compiler: xcode
7575
version: "default"
76-
python-version: "3.8"
76+
python-version: "3.13"
7777
castxml: "castxml"
7878
castxml-epic: 0
7979
cppstd: "-std=c++98"

0 commit comments

Comments
 (0)