Skip to content

Commit b2a8ce6

Browse files
committed
tox 4.33.0
1 parent 47b06f7 commit b2a8ce6

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
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
@@ -77,7 +77,7 @@ jobs:
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

dev-requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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.
1010
twine

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ six==1.17.0
8181
# via tox
8282
toml==0.10.2
8383
# via tox
84-
tox==3.23.1
84+
tox==4.33.0
8585
# via -r dev-requirements.in
8686
twine==6.2.0
8787
# via -r dev-requirements.in

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@
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={

0 commit comments

Comments
 (0)