Skip to content

Commit

Permalink
import from python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Sep 14, 2024
1 parent 04686d3 commit b4b99d0
Show file tree
Hide file tree
Showing 221 changed files with 51,627 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: '["focal", "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.10
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.10/actions/workflows/main.yml/badge.svg)](https://github.com/deadsnakes/py3.10/actions/workflows/main.yml)

py3.10
======

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

- focal
- noble

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

0 comments on commit b4b99d0

Please sign in to comment.