Commit Graph

14 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
468f324003 Remove CPython-specific GitHub workflows (old cruft)
- Remove jit.yml (CPython JIT testing, not applicable to Typthon)
- Remove lint.yml, mypy.yml (Python linting, Typthon is C-only)
- Remove documentation-links.yml (Doc/ was removed)
- Remove reusable workflows for CPython platforms (macos, ubuntu, windows, wasi, san)
- Remove other CPython-specific workflows (require-pr-label, project-updater, etc.)
- Keep build.yml (actual Typthon CMake build workflow)

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-28 21:34:10 +00:00
5d64328dbb Merge pull request #8 from johndoe6345789/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 4 to 6
2025-12-28 21:05:14 +00:00
89b22bef90 Merge pull request #11 from johndoe6345789/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2025-12-28 21:03:47 +00:00
a402ec9880 Merge pull request #14 from johndoe6345789/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2025-12-28 21:03:04 +00:00
dependabot[bot]
963e45dd5f Bump actions/setup-node from 4 to 6
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-25 06:10:52 +00:00
dependabot[bot]
985362820a Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-25 06:10:49 +00:00
dependabot[bot]
c56de4e114 Bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-25 06:10:31 +00:00
dependabot[bot]
b29c7bbe4b Bump actions/upload-artifact from 4 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-25 06:10:19 +00:00
dcf1c9d258 Merge branch 'dependabot/github_actions/actions/checkout-5' into copilot/rename-python-to-typhon 2025-12-24 18:10:46 +00:00
copilot-swe-agent[bot]
496e26420c Update copyright notices and documentation headers to use Typthon
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-24 17:58:15 +00:00
copilot-swe-agent[bot]
35b9b32f54 Rename Python to Typthon in CONTRIBUTING.rst and SECURITY.md
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-24 17:55:53 +00:00
1d5cdfb6e4 Add CMake build with Conan and Ninja 2025-12-24 17:45:43 +00:00
dependabot[bot]
ff43f41b8a Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-01 03:33:36 +00:00
Richie Ward
9853be11ff Initial 3.14 commit 2025-07-22 07:54:51 +01:00