Skip to content

Commit f4e6d5d

Browse files
Jammy2211claude
authored andcommitted
Drop 3.13 from CI for now — 3.12 only until compatibility issues resolved
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 405c2bb commit f4e6d5d

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ['3.12', '3.13']
10+
python-version: ['3.12']
1111
steps:
1212
- name: Checkout PyAutoConf
1313
uses: actions/checkout@v2

pyproject.toml

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

0 commit comments

Comments
 (0)