File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 4141
4242 tests :
4343 runs-on : ubuntu-latest
44+ strategy :
45+ fail-fast : false
46+ matrix :
47+ python-version :
48+ - " 3.10"
49+ - " 3.11"
50+ - " 3.12"
51+ - " 3.13"
52+ - " 3.14"
4453 env :
4554 OPENAI_API_KEY : fake-for-tests
4655 steps :
5059 uses : astral-sh/setup-uv@v5
5160 with :
5261 enable-cache : true
62+ python-version : ${{ matrix.python-version }}
5363 - name : Install dependencies
5464 run : make sync
5565 - name : Run tests with coverage
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ classifiers = [
2424 " Programming Language :: Python :: 3.11" ,
2525 " Programming Language :: Python :: 3.12" ,
2626 " Programming Language :: Python :: 3.13" ,
27+ " Programming Language :: Python :: 3.14" ,
2728 " Operating System :: OS Independent" ,
2829 " Topic :: Software Development :: Libraries :: Python Modules" ,
2930 " License :: OSI Approved :: MIT License" ,
You can’t perform that action at this time.
0 commit comments