File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed
Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 5454 ]
5555 env :
5656 TOXENV : py310
57- TOX_VERSION : 3.23.1
57+ TOX_VERSION : 4.33.0
5858 steps :
5959 - uses : actions/checkout@v4
6060 - uses : actions/setup-python@v5
7777 runs-on : ubuntu-latest
7878 env :
7979 TOXENV : py310
80- TOX_VERSION : 3.23.1
80+ TOX_VERSION : 4.33.0
8181 steps :
8282 - uses : actions/checkout@v4
8383 - uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 44# generated dev-requirements.txt), run make update-requirements,
55# then make bootstrap.
66
7- tox==3.23.1
7+ tox==4.33.0
88
99# Twine is used in the release process to upload the package.
1010twine
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ six==1.17.0
8181 # via tox
8282toml == 0.10.2
8383 # via tox
84- tox == 3.23.1
84+ tox == 4.33.0
8585 # via -r dev-requirements.in
8686twine == 6.2.0
8787 # via -r dev-requirements.in
Original file line number Diff line number Diff line change 2323 "License :: OSI Approved :: Apache Software License" ,
2424 "Programming Language :: Python :: 3" ,
2525 "Programming Language :: Python :: 3 :: Only" ,
26- "Programming Language :: Python :: 3.8" ,
27- "Programming Language :: Python :: 3.9" ,
2826 "Programming Language :: Python :: 3.10" ,
2927 "Programming Language :: Python :: 3.11" ,
28+ "Programming Language :: Python :: 3.12" ,
29+ "Programming Language :: Python :: 3.13" ,
30+ "Programming Language :: Python :: 3.14" ,
3031 ],
3132 keywords = "SQLAlchemy CockroachDB" ,
3233 project_urls = {
You can’t perform that action at this time.
0 commit comments