mirror of
https://github.com/enpaul/vault2vault.git
synced 2025-04-05 18:43:33 +00:00
Merge 60462c78b6
into 0bb654c2e2
This commit is contained in:
commit
7e6fc5d832
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -6,7 +6,7 @@ on:
|
||||
push:
|
||||
branches: ["devel"]
|
||||
env:
|
||||
POETRY_VERSION: 1.4.1
|
||||
POETRY_VERSION: 1.5.1
|
||||
jobs:
|
||||
Test:
|
||||
name: Python ${{ matrix.python.version }}
|
||||
@ -25,6 +25,8 @@ jobs:
|
||||
toxenv: py310
|
||||
- version: "3.11"
|
||||
toxenv: py311
|
||||
- version: "3.12"
|
||||
toxenv: py312
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
@ -27,6 +27,7 @@ classifiers = [
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Programming Language :: Python :: Implementation :: CPython"
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user