We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1219f6 commit 911a205Copy full SHA for 911a205
.github/workflows/main.yml
@@ -1,12 +1,12 @@
1
---
2
-name: test jsnac
+name: JSNAC TOX Suite
3
on: [push, pull_request]
4
5
jobs:
6
- linters:
+ tox:
7
strategy:
8
matrix:
9
- python-version: [ '3.10' ]
+ python-version: [ '3.10', '3.11', '3.12' ]
10
platform: [ubuntu-latest]
11
runs-on: ${{ matrix.platform }}
12
steps:
@@ -21,7 +21,7 @@ jobs:
21
- name: Install Poetry
22
uses: snok/install-poetry@v1
23
with:
24
- version: 1.9.0
+ version: 1.8.3
25
virtualenvs-create: true
26
virtualenvs-in-project: true
27
0 commit comments