Skip to content

Commit

Permalink
import from python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Sep 14, 2024
1 parent 08d2a14 commit 53da794
Show file tree
Hide file tree
Showing 221 changed files with 50,891 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
on:
schedule:
- cron: '45 8 * * *'
workflow_dispatch:

jobs:
main:
uses: deadsnakes/runbooks/.github/workflows/update-meta-gbp.yml@main
with:
dists-json: '["jammy", "noble"]'
secrets: inherit
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/dist
/work
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "cpython"]
path = cpython
url = https://github.com/python/cpython
branch = 3.8
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[![Build Status](https://github.com/deadsnakes/py3.8/actions/workflows/main.yml/badge.svg)](https://github.com/deadsnakes/py3.8/actions/workflows/main.yml)

py3.8
=====

[mainline] and [nightly] builds are current supported for:

- jammy
- noble

[mainline]: https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa
[nightly]: https://launchpad.net/~deadsnakes/+archive/ubuntu/nightly
Loading

0 comments on commit 53da794

Please sign in to comment.