Skip to content

Commit

Permalink
Merge branch 'hylang:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
a690700752 authored Mar 8, 2024
2 parents 4282c5a + f6f00bf commit 1e5ba93
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@ jobs:

steps:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- if: ${{ matrix.python != 'pyodide' }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- if: ${{ matrix.python == 'pyodide' }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.11
- if: ${{ matrix.python == 'pyodide' }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
- name: Install
shell: bash
run: |
Expand Down
2 changes: 2 additions & 0 deletions docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,8 @@ understand example code for Python libraries.

Refer to the rest of this manual for Hy-specific features. Like Hy itself, the
manual is incomplete, but :ref:`contributions <hacking>` are always welcome.
For an official full-blown example Hy program, see `Infinitesimal Quest 2 + ε
<http://hylang.org/simalq>`_.

Bear in mind that Hy is still unstable, and with each release along the
way to Hy 1.0, there are new breaking changes. Refer to `the NEWS file
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def run(self):
"License :: DFSG approved",
"License :: OSI Approved :: MIT License", # Really "Expat". Ugh.
"Operating System :: OS Independent",
"Programming Language :: Hy",
"Programming Language :: Lisp",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 1e5ba93

Please sign in to comment.