Skip to content

Commit

Permalink
CI: Add testing for python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
has2k1 committed Oct 22, 2024
1 parent a27e803 commit cf3cb44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
include:
- python-version: "3.10"
resolution: "lowest-direct"
- python-version: 3.12
- python-version: 3.13
resolution: "highest"

steps:
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:

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

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

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

steps:
- name: Checkout Code
Expand Down Expand Up @@ -146,7 +146,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 @@ -15,6 +15,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Scientific/Engineering :: Visualization"
]
dependencies = [
Expand Down

0 comments on commit cf3cb44

Please sign in to comment.