Skip to content

Commit

Permalink
python 3.11 trove, and version change (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
chayim authored Dec 1, 2022
1 parent a393ef6 commit 5250e74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
max-parallel: 15
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
name: Python ${{ matrix.python-version }} test
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
run: |
pip install poetry
pip install -q -r dev_requirements.txt
tox -e python${{ matrix.python-version }}
tox
- name: build and install the package in this python version
run: |
poetry build
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ramp-packer"
version = "2.3.2"
version = "2.4.0"
description = "Packs for Redis modules into a distributable format"
authors = ["Redis OSS <[email protected]>"]
license = "BSD-2-Clause"
Expand All @@ -19,6 +19,7 @@ classifiers = [
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'License :: OSI Approved :: BSD License',
'Development Status :: 4 - Beta',

Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[tox]
minversion = 3.2.0
isolated_build = True
envlist = {python3.6,python3.7,python3.8,python3.9,python3.10}

[main]
graph_version = 1.0.12
Expand Down

0 comments on commit 5250e74

Please sign in to comment.