Skip to content

Commit

Permalink
Add Python 3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
koenedaele committed Dec 21, 2023
1 parent 628f71c commit ac753e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ python:
- 3.9
- 3.10
- 3.11
- 3.12
before_install:
- pip install --upgrade pip
- pip install setuptools==59.6.0 #https://github.com/pypa/setuptools/issues/3293
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
------------------

- Added a configuration file for ReadTheDocs. (#846)
- Initializedb script now generates providers in the database, where before they were
created in code and then migrated. (#848)
- Update skosprovider_getty to get more robust services when dealing with the
conceptscheme.

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def run(self):
]

setup(name='atramhasis',
version='2.0.0b1',
version='2.0.0',
description='A web based editor for thesauri adhering to the SKOS specification.',
long_description=README + '\n\n' + CHANGES,
long_description_content_type='text/x-rst',
Expand All @@ -85,6 +85,7 @@ def run(self):
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
author='Flanders Heritage Agency',
author_email='ict@onroerenderfgoed.be',
Expand Down

0 comments on commit ac753e1

Please sign in to comment.