Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
b61de2e6
Commit
b61de2e6
authored
Nov 14, 2021
by
Branch Vincent
Committed by
Bjorn Neergaard
Nov 14, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: test all platforms on py3.10
parent
aaf88062
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
4 deletions
+12
-4
.cirrus.yml
+1
-0
.github/workflows/main.yml
+10
-3
.github/workflows/skip.yml
+1
-1
No files found.
.cirrus.yml
View file @
b61de2e6
...
@@ -9,6 +9,7 @@ test_task:
...
@@ -9,6 +9,7 @@ test_task:
matrix
:
matrix
:
-
PYTHON
:
python3.8
-
PYTHON
:
python3.8
-
PYTHON
:
python3.9
-
PYTHON
:
python3.9
-
PYTHON
:
python3.10
pkg_script
:
pkg_script
:
-
PYPACKAGE=$(printf '%s' $PYTHON | tr -d '.')
-
PYPACKAGE=$(printf '%s' $PYTHON | tr -d '.')
-
SQLPACKAGE=$(printf '%s-sqlite3' $PYPACKAGE | sed 's/thon//')
-
SQLPACKAGE=$(printf '%s-sqlite3' $PYPACKAGE | sed 's/thon//')
...
...
.github/workflows/main.yml
View file @
b61de2e6
...
@@ -17,20 +17,27 @@ on:
...
@@ -17,20 +17,27 @@ on:
jobs
:
jobs
:
tests
:
tests
:
name
:
${{ matrix.os }} / ${{ matrix.python-version }}
name
:
${{ matrix.os }} / ${{ matrix.python-version }}
${{ matrix.suffix }}
runs-on
:
${{ matrix.os }}-latest
runs-on
:
${{ matrix.os }}-latest
continue-on-error
:
${{ matrix.experimental }}
continue-on-error
:
${{ matrix.experimental }}
strategy
:
strategy
:
matrix
:
matrix
:
os
:
[
Ubuntu
,
MacOS
,
Windows
]
os
:
[
Ubuntu
,
MacOS
,
Windows
]
python-version
:
[
3.6
,
3.7
,
3.8
,
3.9
]
python-version
:
[
"
3.6"
,
"
3.7"
,
"
3.8"
,
"
3.9"
,
"
3.10"
]
experimental
:
[
false
]
experimental
:
[
false
]
bootstrap-args
:
[
"
"
]
bootstrap-args
:
[
"
"
]
suffix
:
[
"
"
]
include
:
include
:
-
os
:
Ubuntu
-
os
:
Ubuntu
python-version
:
"
3.10
.0-alpha
-
3.10.0
"
python-version
:
"
3.10"
experimental
:
true
experimental
:
true
bootstrap-args
:
"
--git
https://github.com/python-poetry/poetry.git"
bootstrap-args
:
"
--git
https://github.com/python-poetry/poetry.git"
suffix
:
(HEAD)
-
os
:
Ubuntu
python-version
:
"
3.11-dev"
experimental
:
true
bootstrap-args
:
"
--git
https://github.com/python-poetry/poetry.git"
suffix
:
(HEAD)
fail-fast
:
false
fail-fast
:
false
steps
:
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
actions/checkout@v2
...
...
.github/workflows/skip.yml
View file @
b61de2e6
...
@@ -32,6 +32,6 @@ jobs:
...
@@ -32,6 +32,6 @@ jobs:
strategy
:
strategy
:
matrix
:
matrix
:
os
:
[
Ubuntu
,
MacOS
,
Windows
]
os
:
[
Ubuntu
,
MacOS
,
Windows
]
python-version
:
[
3.6
,
3.7
,
3.8
,
3.9
]
python-version
:
[
"
3.6"
,
"
3.7"
,
"
3.8"
,
"
3.9"
,
"
3.10"
]
steps
:
steps
:
-
run
:
exit 0
-
run
:
exit 0
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment