Skip to content

Commit

Permalink
Try to upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
spapas committed Jan 14, 2024
1 parent e1615eb commit eb064c0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ env:
- TOXENV=py311-django40
- TOXENV=py311-django41
- TOXENV=py311-django42
- TOXENV=py311-django50
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014-19 Serafeim Papastefanos
Copyright (c) 2014-24 Serafeim Papastefanos

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def readme():

setup(
name='django-generic-scaffold',
version='0.5.7',
version='0.5.8',
description='Generic scaffolding for Django',
long_description=readme(),
author='Serafeim Papastefanos',
Expand Down Expand Up @@ -43,6 +43,7 @@ def readme():
'Framework :: Django :: 4.0',
'Framework :: Django :: 4.1',
'Framework :: Django :: 4.2',
'Framework :: Django :: 5.0',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
Expand Down
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = {py27}-django{18,19,110,111}, {py38}-django{111,20,21,22,30,31,32,40,41,42}, {py311}-django{30,31,32,40,41,42}
envlist = {py27}-django{18,19,110,111}, {py38}-django{111,20,21,22,30,31,32,40,41,42}, {py311}-django{30,31,32,40,41,42,50}

[testenv]
basepython =
Expand All @@ -8,8 +8,6 @@ basepython =
py311: python3.11
deps =
pytest
django16: Django>=1.6,<1.7
django17: Django>=1.7,<1.8
django18: Django>=1.8,<1.9
django19: Django>=1.9.9,<1.10
django110: Django>=1.10.2,<1.11
Expand All @@ -23,6 +21,7 @@ deps =
django40: Django>=4.0,<4.1
django41: Django>=4.1,<4.2
django42: Django>=4.2,<4.3
django50: Django>=5.0,<5.1

commands = python quicktest.py

Expand Down

0 comments on commit eb064c0

Please sign in to comment.