Skip to content

Commit

Permalink
CI: Test with python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
has2k1 committed Oct 25, 2024
1 parent 7f331c4 commit def545c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

strategy:
matrix:
python-version: [3.12]
python-version: [3.13]

steps:
- name: Checkout Code
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

strategy:
matrix:
python-version: ["3.12"]
python-version: ["3.13"]

steps:
- name: Checkout Code
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:

strategy:
matrix:
python-version: ["3.12"]
python-version: ["3.13"]

steps:
- name: Checkout Code
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
include:
- python-version: "3.10"
resolution: "lowest-direct"
- python-version: 3.12
- python-version: 3.13
resolution: "highest"
steps:
- name: Checkout Code
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:

strategy:
matrix:
python-version: [3.12]
python-version: [3.13]
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:

strategy:
matrix:
python-version: [3.12]
python-version: [3.13]

steps:
- name: Checkout Code
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
python-version: [3.12]
python-version: [3.13]

steps:
- name: Checkout Code
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:

strategy:
matrix:
python-version: [3.12]
python-version: [3.13]

steps:
- name: Checkout Code
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:

strategy:
matrix:
python-version: [3.12]
python-version: [3.13]

steps:
- name: Get latest release with tag from GitHub API
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:

strategy:
matrix:
python-version: [3.12]
python-version: [3.13]

steps:
- name: Get latest release with tag from GitHub API
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:

strategy:
matrix:
python-version: [3.12]
python-version: [3.13]

steps:
- name: Checkout Code
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:

strategy:
matrix:
python-version: [3.12]
python-version: [3.13]

steps:
- name: Checkout Code
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Framework :: Matplotlib",
"Topic :: Scientific/Engineering :: Visualization"
]
Expand Down

0 comments on commit def545c

Please sign in to comment.