Skip to content

Commit d2876ab

Browse files
authored
Merge pull request #90 from PyAutoLabs/feature/python-313
build: add Python 3.13 to CI matrix
2 parents fa931a6 + 89f31c1 commit d2876ab

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ jobs:
66
unittest:
77
runs-on: ubuntu-latest
88
strategy:
9+
fail-fast: false
910
matrix:
10-
python-version: ['3.12']
11+
python-version: ['3.12', '3.13']
1112
steps:
1213
- name: Checkout PyAutoConf
1314
uses: actions/checkout@v2

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ classifiers = [
1818
"Topic :: Scientific/Engineering :: Physics",
1919
"Natural Language :: English",
2020
"Operating System :: OS Independent",
21-
"Programming Language :: Python :: 3.12"
21+
"Programming Language :: Python :: 3.12",
22+
"Programming Language :: Python :: 3.13"
2223
]
2324
keywords = ["cli"]
2425
dependencies = [

0 commit comments

Comments
 (0)