Skip to content

Commit 53da794

Browse files
committed
import from python 3.8
1 parent 08d2a14 commit 53da794

File tree

221 files changed

+50891
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

221 files changed

+50891
-0
lines changed

.github/workflows/main.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
on:
2+
schedule:
3+
- cron: '45 8 * * *'
4+
workflow_dispatch:
5+
6+
jobs:
7+
main:
8+
uses: deadsnakes/runbooks/.github/workflows/update-meta-gbp.yml@main
9+
with:
10+
dists-json: '["jammy", "noble"]'
11+
secrets: inherit

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/dist
2+
/work

.gitmodules

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[submodule "cpython"]
2+
path = cpython
3+
url = https://github.com/python/cpython
4+
branch = 3.8

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[![Build Status](https://github.com/deadsnakes/py3.8/actions/workflows/main.yml/badge.svg)](https://github.com/deadsnakes/py3.8/actions/workflows/main.yml)
2+
3+
py3.8
4+
=====
5+
6+
[mainline] and [nightly] builds are current supported for:
7+
8+
- jammy
9+
- noble
10+
11+
[mainline]: https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa
12+
[nightly]: https://launchpad.net/~deadsnakes/+archive/ubuntu/nightly

0 commit comments

Comments
 (0)