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
45a9b8f2
Unverified
Commit
45a9b8f2
authored
Mar 31, 2021
by
Cere Blanco
Committed by
GitHub
Mar 30, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: add support for python 3.10 experimental builds
Resolves: #3842
parent
e359ba50
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
.github/workflows/main.yml
+6
-0
No files found.
.github/workflows/main.yml
View file @
45a9b8f2
...
@@ -19,10 +19,16 @@ jobs:
...
@@ -19,10 +19,16 @@ jobs:
tests
:
tests
:
name
:
${{ matrix.os }} / ${{ matrix.python-version }}
name
:
${{ matrix.os }} / ${{ matrix.python-version }}
runs-on
:
${{ matrix.os }}-latest
runs-on
:
${{ matrix.os }}-latest
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
]
experimental
:
[
false
]
include
:
-
os
:
Ubuntu
python-version
:
"
3.10.0-alpha
-
3.10.0"
experimental
:
true
fail-fast
:
false
fail-fast
:
false
steps
:
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
actions/checkout@v2
...
...
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