Skip to content

Commit

Permalink
Merge pull request #233 from CastXML/python3
Browse files Browse the repository at this point in the history
ci: add CI for Python 3.12 and 3.13
  • Loading branch information
iMichka authored Feb 13, 2025
2 parents e78592d + d01f379 commit c98759f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,63 +17,63 @@ jobs:
- os: ubuntu-20.04
compiler: gcc
version: "9"
python-version: "3.7"
python-version: "3.9"
castxml: "castxml"
castxml-epic: 0
cppstd: "-std=c++98"

- os: ubuntu-20.04
compiler: gcc
version: "9"
python-version: "3.8"
python-version: "3.10"
castxml: "castxml"
castxml-epic: 0
cppstd: "-std=c++98"

- os: ubuntu-20.04
compiler: gcc
version: "9"
python-version: "3.9"
python-version: "3.11"
castxml: "castxml"
castxml-epic: 0
cppstd: "-std=c++98"

- os: ubuntu-20.04
compiler: gcc
version: "9"
python-version: "3.10"
python-version: "3.12"
castxml: "castxml"
castxml-epic: 0
cppstd: "-std=c++98"

- os: ubuntu-20.04
compiler: gcc
version: "9"
python-version: "3.11"
python-version: "3.13"
castxml: "castxml"
castxml-epic: 0
cppstd: "-std=c++98"

- os: ubuntu-20.04
compiler: gcc
version: "9"
python-version: "3.8"
python-version: "3.13"
castxml: "castxml"
castxml-epic: 1
cppstd: "-std=c++98"

- os: ubuntu-20.04
compiler: gcc
version: "9"
python-version: "3.8"
python-version: "3.13"
castxml: "castxml"
castxml-epic: 1
cppstd: "-std=c++11"

- os: macos-13
compiler: xcode
version: "default"
python-version: "3.8"
python-version: "3.13"
castxml: "castxml"
castxml-epic: 0
cppstd: "-std=c++98"
Expand Down

0 comments on commit c98759f

Please sign in to comment.