We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa931a6 + 89f31c1 commit d2876abCopy full SHA for d2876ab
2 files changed
.github/workflows/main.yml
@@ -6,8 +6,9 @@ jobs:
6
unittest:
7
runs-on: ubuntu-latest
8
strategy:
9
+ fail-fast: false
10
matrix:
- python-version: ['3.12']
11
+ python-version: ['3.12', '3.13']
12
steps:
13
- name: Checkout PyAutoConf
14
uses: actions/checkout@v2
pyproject.toml
@@ -18,7 +18,8 @@ classifiers = [
18
"Topic :: Scientific/Engineering :: Physics",
19
"Natural Language :: English",
20
"Operating System :: OS Independent",
21
- "Programming Language :: Python :: 3.12"
+ "Programming Language :: Python :: 3.12",
22
+ "Programming Language :: Python :: 3.13"
23
]
24
keywords = ["cli"]
25
dependencies = [
0 commit comments