Skip to content

Commit

Permalink
ci: add CI for Python 3.12 and 3.13
Browse files Browse the repository at this point in the history
Drop support for Python 3.7 and 3.8
  • Loading branch information
iMichka committed Feb 13, 2025
1 parent e78592d commit d01f379
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 d01f379

Please sign in to comment.