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
2cc07cfe
Unverified
Commit
2cc07cfe
authored
Jun 02, 2022
by
Mathieu Kniewallner
Committed by
GitHub
Jun 02, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: test against Python 3.11 (#5749)
use `3.11-dev` instead of pinning a beta
parent
74dd390e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.github/workflows/main.yml
+1
-1
.github/workflows/skip.yml
+1
-1
No files found.
.github/workflows/main.yml
View file @
2cc07cfe
...
...
@@ -28,7 +28,7 @@ jobs:
strategy
:
matrix
:
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
:
-
os
:
Ubuntu
image
:
ubuntu-22.04
...
...
.github/workflows/skip.yml
View file @
2cc07cfe
...
...
@@ -28,6 +28,6 @@ jobs:
strategy
:
matrix
:
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"
]
steps
:
-
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