Skip to content

Commit

Permalink
Release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sde1000 committed Jul 6, 2024
1 parent 1990c08 commit 17ef67c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:

strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']

runs-on: 'ubuntu-latest'

Expand Down
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = xkbregistry
version = 0.3
version = 1.0
description = Bindings for libxkbregistry using cffi
long_description = file: README.rst
long_description_content_type = text/x-rst
Expand All @@ -11,18 +11,18 @@ license = MIT
license_files =
LICENSE
classifiers =
Development Status :: 3 - Alpha
Development Status :: 4 - Beta
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Software Development :: Libraries
Intended Audience :: Developers

[options]
python_requires = >= 3.7
python_requires = >= 3.8
packages =
xkbregistry
setup_requires =
Expand Down

0 comments on commit 17ef67c

Please sign in to comment.