Skip to content
Snippets Groups Projects
Unverified Commit 6177a684 authored by Jan Segre's avatar Jan Segre
Browse files

Update to test on latest rocksdb's 6, 7 and 8 branches

parent 72edcfbd
No related branches found
No related tags found
No related merge requests found
Pipeline #61016 failed with stages
in 1 minute and 2 seconds
......@@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
rocksdb_ver: ['v6.29.3', 'v6.25.3', 'v6.11.4']
rocksdb_ver: ['v6.29.5', 'v7.10.2', 'v8.9.1']
steps:
- uses: actions/cache@v2
......@@ -52,8 +52,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
py_ver: ['3.7', '3.8', '3.9']
rocksdb_ver: ['v6.29.3', 'v6.25.3', 'v6.11.4']
py_ver: ['3.10', '3.11', '3.12']
rocksdb_ver: ['v6.29.5', 'v7.10.2', 'v8.9.1']
steps:
- uses: actions/checkout@v2
......
......@@ -18,9 +18,9 @@ classifiers =
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Database
[options]
......
[tox]
envlist = py35,py36,py37,py38,py39
minversion = 2.0
env_list = py310,py311,py312
min_version = 4.11
isolated_build = True
skipsdist = True
no_package = True
[testenv]
# Install the module in `.` and its `test` extra dependencies from
......@@ -17,7 +17,7 @@ commands = pytest {envsitepackagesdir}/rocksdb
[testenv:docs]
deps = .[doc]
commands = python3 setup.py build_sphinx -W
commands = python setup.py build_sphinx -W
[pytest]
addopts = --verbose --pyargs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment