Skip to content

Commit

Permalink
2.2.23
Browse files Browse the repository at this point in the history
  • Loading branch information
emcek committed Oct 15, 2024
1 parent 147b988 commit 1e9ee33
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:

matrix:
os:
# - windows-2019
- windows-2019
# - ubuntu-20.04
- macos-13
# - macos-13
# - macos-latest
python-version:
- "2.7"
Expand All @@ -25,16 +25,16 @@ jobs:
- "3.8"
- "3.7"
- "3.6"
- "pypy-2.7"
- "pypy-3.7"
- "pypy-3.8"
- "pypy-3.9"
- "pypy-3.10"
# - "pypy-2.7"
# - "pypy-3.7"
# - "pypy-3.8"
# - "pypy-3.9"
# - "pypy-3.10"
lua-version:
- "bundle"
- "lua5.3"
- "lua5.2"
- "luajit-5.1"
# - "lua5.3"
# - "lua5.2"
# - "luajit-5.1"

exclude:
- os: windows-2019
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
except ImportError:
from distutils.core import setup, Extension

VERSION = '2.2.22'
VERSION = '2.2.223'

extra_setup_args = {}

Expand Down Expand Up @@ -497,7 +497,7 @@ def write_file(filename, content):
}

setup(
name="pylupa",
name="lupapy",
version=VERSION,
author="Stefan Behnel",
author_email="stefan_ml@behnel.de",
Expand Down

0 comments on commit 1e9ee33

Please sign in to comment.