Skip to content

Commit ad50b98

Browse files
committed
test 3.13 builds
Signed-off-by: Jeffrey Martin <[email protected]>
1 parent be65f8a commit ad50b98

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

.github/workflows/remote_package_install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
strategy:
3030
matrix:
31-
python-version: ["3.10","3.12"]
31+
python-version: ["3.10","3.12","3.13"]
3232
steps:
3333
- name: Set up Python ${{ matrix.python-version }}
3434
uses: actions/setup-python@v4

.github/workflows/test_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
strategy:
3333
matrix:
34-
python-version: ["3.10","3.12"]
34+
python-version: ["3.10","3.12","3.13"]
3535
steps:
3636
- uses: actions/checkout@v3
3737
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/test_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: macos-latest
3838
strategy:
3939
matrix:
40-
python-version: ["3.10","3.12"]
40+
python-version: ["3.10","3.12","3.13"]
4141
steps:
4242
- uses: actions/checkout@v3
4343
with:

.github/workflows/test_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: windows-latest
3232
strategy:
3333
matrix:
34-
python-version: ["3.10","3.12"]
34+
python-version: ["3.10","3.12","3.13"]
3535
steps:
3636
- uses: actions/checkout@v3
3737
with:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ classifiers = [
5050
"Programming Language :: Python :: 3.10",
5151
"Programming Language :: Python :: 3.11",
5252
"Programming Language :: Python :: 3.12",
53+
"Programming Language :: Python :: 3.13",
5354
"Operating System :: OS Independent",
5455
"License :: OSI Approved :: Apache Software License",
5556
]

0 commit comments

Comments
 (0)