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
62cd1fae
Unverified
Commit
62cd1fae
authored
Sep 01, 2022
by
Bjorn Neergaard
Committed by
GitHub
Sep 01, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: add 3.11 to the Python matrix (#6315)
*- ci: use 3.10 in release workflow - ci: add 3.11 to the Python matrix
parent
0b2f67f3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
.github/workflows/main.yml
+1
-1
.github/workflows/release.yml
+2
-2
No files found.
.github/workflows/main.yml
View file @
62cd1fae
...
@@ -28,7 +28,7 @@ jobs:
...
@@ -28,7 +28,7 @@ jobs:
strategy
:
strategy
:
matrix
:
matrix
:
os
:
[
Ubuntu
,
macOS
,
Windows
]
os
:
[
Ubuntu
,
macOS
,
Windows
]
python-version
:
[
"
3.7"
,
"
3.8"
,
"
3.9"
,
"
3.10"
]
python-version
:
[
"
3.7"
,
"
3.8"
,
"
3.9"
,
"
3.10"
,
"
3.11-dev"
]
include
:
include
:
-
os
:
Ubuntu
-
os
:
Ubuntu
image
:
ubuntu-22.04
image
:
ubuntu-22.04
...
...
.github/workflows/release.yml
View file @
62cd1fae
...
@@ -13,10 +13,10 @@ jobs:
...
@@ -13,10 +13,10 @@ jobs:
-
name
:
Checkout code
-
name
:
Checkout code
uses
:
actions/checkout@v2
uses
:
actions/checkout@v2
-
name
:
Set up Python 3.
9
-
name
:
Set up Python 3.
10
uses
:
actions/setup-python@v2
uses
:
actions/setup-python@v2
with
:
with
:
python-version
:
"
3.
9
"
python-version
:
"
3.
10
"
-
name
:
Install Poetry
-
name
:
Install Poetry
run
:
python install-poetry.py -y
run
:
python install-poetry.py -y
...
...
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