Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitae5a016

Browse files
chore: add Python 3.11 testing
Add a unit test for Python 3.11. This will use the latest version ofPython 3.11 that is available fromhttps://github.com/actions/python-versions/At this time it is 3.11.0-alpha.2 but will move forward over timeuntil the final 3.11 release and updates. So 3.11.0, 3.11.1, ... willbe matched.
1 parentaf33aff commitae5a016

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎.github/workflows/test.yml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ jobs:
4242
python:
4343
version:"3.10"
4444
toxenv:py310,smoke
45+
-os:ubuntu-latest
46+
python:
47+
version:'3.11.0-alpha - 3.11'# SemVer's version range syntax
48+
toxenv:py311,smoke
4549
steps:
4650
-uses:actions/checkout@v2
4751
-name:Set up Python ${{ matrix.python.version }}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp